This topic has not yet been rated - Rate this topic

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)
public ItemNamespaceHeader ItemNamespaceHeaderValue { get; set; }
/** @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.


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.

Development Platforms

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

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.