ReportingService2010.ItemNamespaceHeaderValue Property

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

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

Syntax

'Declaration
Public Property ItemNamespaceHeaderValue As ItemNamespaceHeader 
    Get 
    Set
'Usage
Dim instance As ReportingService2010 
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: 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

Reference

ReportingService2010 Class

ReportService2010 Namespace