Condividi tramite


Proprietà UserToken

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.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> [] () [] []