adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecurityIdentifier Class / FullName Property


In This Topic
    FullName Property (SecurityIdentifier)
    In This Topic
    Gets the full user name in the form "domain\name"
    Syntax
    'Declaration
     
    
    <IgnoreDataMemberAttribute()>
    <XmlIgnoreAttribute()>
    Public ReadOnly Property FullName As String
    [IgnoreDataMember()]
    [XmlIgnore()]
    public string FullName {get;}
    [IgnoreDataMember()]
    [XmlIgnore()]
    public:
    property String^ FullName {
       String^ get();
    }
    See Also