Partilhar via


Propriedade UserToken

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (em ReportExecution2005.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: array<System. . :: . .Byte> [] () [] []