| 
            
              UserDataAccountCreatedDateTime Property
             | 
          
        
        
            Gets the UTC date and time when user account was created.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntax[XmlElementAttribute]
[DataMemberAttribute(Order = 10)]
public DateTime AccountCreatedDateTime { get; set; }<XmlElementAttribute>
<DataMemberAttribute(Order := 10)>
Public Property AccountCreatedDateTime As DateTime
	Get
	Set
public:
[XmlElementAttribute]
[DataMemberAttribute(Order = 10)]
property DateTime AccountCreatedDateTime {
	DateTime get ();
	void set (DateTime value);
}[<XmlElementAttribute>]
[<DataMemberAttribute(Order = 10)>]
member AccountCreatedDateTime : DateTime with get, set
function get_AccountCreatedDateTime();
function set_AccountCreatedDateTime(value);
 View SourceProperty Value
DateTime
See Also