Compartir a través de


TrustedUserHeader.UserToken Propiedad

This property is not used.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property UserToken As Byte()
    Get 
    Set
'Uso
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[])

Valor de la propiedad

Tipo: array<System.Byte[]
A byte array.

Vea también

Referencia

TrustedUserHeader Clase

Espacio de nombres ReportService2010