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 TrustedUserHeaderValue As TrustedUserHeader
Get
Set
'Usage
Dim instance As ReportingService2010
Dim value As TrustedUserHeader
value = instance.TrustedUserHeaderValue
instance.TrustedUserHeaderValue = value
public TrustedUserHeader TrustedUserHeaderValue { get; set; }
public:
property TrustedUserHeader^ TrustedUserHeaderValue {
TrustedUserHeader^ get ();
void set (TrustedUserHeader^ value);
}
member TrustedUserHeaderValue : TrustedUserHeader with get, set
function get TrustedUserHeaderValue () : TrustedUserHeader
function set TrustedUserHeaderValue (value : TrustedUserHeader)
Property Value
Type: ReportService2010.TrustedUserHeader
A TrustedUserHeader object.