AccountDataLogOnCount Property  | 
 
            Gets the number of times this account has logged on.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "logOnCount", EmitDefaultValue = false)]
public long LogOnCount { get; set; }<DataMemberAttribute(Name := "logOnCount", EmitDefaultValue := false)>
Public Property LogOnCount As Long
	Get
	Set
public:
[DataMemberAttribute(Name = L"logOnCount", EmitDefaultValue = false)]
property long long LogOnCount {
	long long get ();
	void set (long long value);
}[<DataMemberAttribute(Name = "logOnCount", EmitDefaultValue = false)>]
member LogOnCount : int64 with get, set
Property Value
Type: 
Int64
See Also