| 
            
              ApplicationRoleName Property
             | 
          
        
        
            Name field.
            
        
        Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
Syntax[RequiredAttribute]
[StringLengthAttribute(200)]
public string Name { get; set; }<RequiredAttribute>
<StringLengthAttribute(200)>
Public Property Name As String
	Get
	Set
public:
[RequiredAttribute]
[StringLengthAttribute(200)]
property String^ Name {
	String^ get ();
	void set (String^ value);
}[<RequiredAttribute>]
[<StringLengthAttribute(200)>]
member Name : string with get, set
function get_Name();
function set_Name(value);
 View SourceProperty Value
String
See Also