  | 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)
Syntaxpublic string AuthKey { get; set; }Public Property AuthKey As String
	Get
	Set
public:
property String^ AuthKey {
	String^ get ();
	void set (String^ value);
}function get AuthKey () : String
function set AuthKey (value : String)
function get_AuthKey();
function set_AuthKey(value);
Property Value
Type: 
StringThe authorization key token.
Remarks
            The authorization key token is a parameter is most method calls.
            
See Also