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


In This Topic
    Name Property (SecurityEntity)
    In This Topic
    The name of the entity
    Syntax
    'Declaration
     
    
    Public MustOverride Property Name As String
    public abstract string Name {get; set;}
    public:
    abstract property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also