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


In This Topic
    Name Property (SecurityIdentifier)
    In This Topic
    The user name (ID)
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also