| 
            
              ApplicationRoleUpdatedOn Property
             | 
          
        
        
            Updated on field.
            
        
        Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
Syntaxpublic:
[DefaultValueExpressionAttribute(L"this.CreatedOn", EvaluationOrder = 1)]
property DateTime UpdatedOn {
	DateTime get ();
	void set (DateTime value);
}function get_UpdatedOn();
function set_UpdatedOn(value);
 View SourceProperty Value
DateTime
See Also