ReportingService2010.TrustedUserHeaderValue Property

 

Applies To: SQL Server 2016 Preview

This property is not used.

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public TrustedUserHeader TrustedUserHeaderValue { get; set; }
public:
property TrustedUserHeader^ TrustedUserHeaderValue {
    TrustedUserHeader^ get();
    void set(TrustedUserHeader^ value);
}
member TrustedUserHeaderValue : TrustedUserHeader with get, set
Public Property TrustedUserHeaderValue As TrustedUserHeader

Property Value

Type: ReportService2010.TrustedUserHeader

A TrustedUserHeader object.

See Also

ReportingService2010 Class
ReportService2010 Namespace

Return to top