ReportingService2010.ItemNamespaceHeaderValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The value that represents the identifier used to retrieve item properties.
public:
property ReportService2010::ItemNamespaceHeader ^ ItemNamespaceHeaderValue { ReportService2010::ItemNamespaceHeader ^ get(); void set(ReportService2010::ItemNamespaceHeader ^ value); };
public ReportService2010.ItemNamespaceHeader ItemNamespaceHeaderValue { get; set; }
member this.ItemNamespaceHeaderValue : ReportService2010.ItemNamespaceHeader with get, set
Public Property ItemNamespaceHeaderValue As ItemNamespaceHeader
Property Value
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.