LogOnParametersLogOnToken Property |
Gets or sets the logon token.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Guid? LogOnToken { get; set; }
Public Property LogOnToken As Guid?
Get
Set
public:
property Nullable<Guid> LogOnToken {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member LogOnToken : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also