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


In This Topic
    Description Property (SecurityEntity)
    In This Topic
    Optional description or notes for the entity
    Syntax
    'Declaration
     
    
    Public Property Description As String
    public string Description {get; set;}
    public:
    property String^ Description {
       String^ get();
       void set (    String^ value);
    }
    See Also