ReportingService2010.ItemNamespaceHeaderValue Property

 

Applies To: SQL Server 2016 Preview

The value that represents the identifier used to retrieve item properties.

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

Syntax

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

Property Value

Type: ReportService2010.ItemNamespaceHeader

An ItemNamespaceHeader object encapsulating the identifier used to retrieve item properties.

Remarks

This property only applies to native mode.

You can use the ItemNamespaceHeaderValue property of the Web service to retrieve item properties based on two different item identifiers: the full path name of the item or the ID of the item. For more information, see Setting the Item Namespace for the GetProperties Method.

See Also

ReportingService2010 Class
ReportService2010 Namespace

Return to top