Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This property is not used.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property UserToken As Byte()
Get
Set
'Usage
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[])
Property Value
Type: array<System.Byte[]
A byte array.