Proprietà UserToken
This property is not used.
Spazio dei nomi: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
Public Property UserToken As Byte()
Get
Set
'Utilizzo
Dim instance As TrustedUserHeader
Dim value As Byte()
value = instance.UserToken
instance.UserToken = value
public byte[] UserToken { get; set; }
public:
property array<unsigned char>^ UserToken {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member UserToken : byte[] with get, set
function get UserToken () : byte[]
function set UserToken (value : byte[])
Valore proprietà
Tipo: array<System. . :: . .Byte> [] () [] []
A byte array.
Vedere anche