ReportingService2005.ItemNamespaceHeaderValue Property

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

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)

Syntax

'Declaration
Public Property ItemNamespaceHeaderValue As ItemNamespaceHeader
public ItemNamespaceHeader ItemNamespaceHeaderValue { get; set; }
public:
property ItemNamespaceHeader^ ItemNamespaceHeaderValue {
    ItemNamespaceHeader^ get ();
    void set (ItemNamespaceHeader^ value);
}
/** @property */
public ItemNamespaceHeader get_ItemNamespaceHeaderValue ()

/** @property */
public void set_ItemNamespaceHeaderValue (ItemNamespaceHeader value)
public function get ItemNamespaceHeaderValue () : ItemNamespaceHeader

public function set ItemNamespaceHeaderValue (value : ItemNamespaceHeader)

Property Value

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace