TrustedUserHeader.UserToken Propiedad
This property is not used.
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.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.