adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ServerSettings Class / CanModify Property


In This Topic
    CanModify Property (ServerSettings)
    In This Topic
    Indicates whether the user has permission to save the settings.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanModify As Boolean
    public bool CanModify {get;}
    public:
    property bool CanModify {
       bool get();
    }
    See Also