adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityLogin Class / Name Property


In This Topic
    Name Property (SecurityLogin)
    In This Topic
    The name of the entity The name of the entity
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property Name As String
    public override string Name {get; set;}
    public:
    property String^ Name {
       String^ get() override;
       void set (    String^ value) override;
    }
    Remarks

    This is the user ID that the user uses to log in. See the Remarks for the SecurityLogin class for more information.

    See Also