Click or drag to resize

ResultLoginAuthKey Property

Gets or sets the authorization key token.

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public string AuthKey { get; set; }

Property Value

Type: String
The authorization key token.
Remarks
The authorization key token is a parameter is most method calls.
See Also