ReportingService2005.ItemNamespaceHeaderValue Property

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

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

Syntax

'Declaration
Public Property ItemNamespaceHeaderValue As ItemNamespaceHeader
    Get
    Set
'Usage
Dim instance As ReportingService2005
Dim value As ItemNamespaceHeader

value = instance.ItemNamespaceHeaderValue

instance.ItemNamespaceHeaderValue = value
public ItemNamespaceHeader ItemNamespaceHeaderValue { get; set; }
public:
property ItemNamespaceHeader^ ItemNamespaceHeaderValue {
    ItemNamespaceHeader^ get ();
    void set (ItemNamespaceHeader^ value);
}
member ItemNamespaceHeaderValue : ItemNamespaceHeader with get, set
function get ItemNamespaceHeaderValue () : ItemNamespaceHeader
function set ItemNamespaceHeaderValue (value : ItemNamespaceHeader)

Property Value

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

Remarks

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.