Recupera ou passa o valor do token.
Namespace: INTEGRAAssembly: INTEGRA (in INTEGRA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string TokenAutenticacao { get; set; }
public string TokenAutenticacao { get; set; }
Public Property TokenAutenticacao As String
Get
Set
Public Property TokenAutenticacao As String
Get
Set
public:
property String^ TokenAutenticacao {
String^ get ();
void set (String^ value);
}
public:
property String^ TokenAutenticacao {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringA string token.
See Also