| 
            
              SecurityIdentityName Property
             | 
          
        
        
            Gets the user's login name.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntaxpublic string Name { get; }Public ReadOnly Property Name As String
	Get
public:
virtual property String^ Name {
	String^ get () sealed;
}abstract Name : string with get
override Name : string with get
 View SourceProperty Value
StringImplements
IIdentityName
See Also