ReportingService2005.ItemNamespaceHeaderValue Property
SQL Server 2005
The value that represents the identifier used to retrieve item properties.
Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)
Assembly: ReportService2005 (in reportingservice2005.dll)
/** @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.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.
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.
