adTempus API
ArcanaDevelopment.adTempus.Client.ReportingHelpers Namespace / SecurityEntitySubClasses Class / SecurityRole Property


In This Topic
    SecurityRole Property
    In This Topic
    Returns the object as a SecurityRole
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SecurityRole As SecurityRole
    public SecurityRole SecurityRole {get;}
    public:
    property SecurityRole^ SecurityRole {
       SecurityRole^ get();
    }
    Remarks
    If IsSecurityRole is true this property returns the object cast as a SecurityRole. Otherwise it returns a null reference (Nothing in Visual Basic).
    See Also