ItemNamespaceHeader.ItemNamespace 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.
Specifies the identifier to use when retrieving item properties.
public:
property ReportService2010::ItemNamespaceEnum ItemNamespace { ReportService2010::ItemNamespaceEnum get(); void set(ReportService2010::ItemNamespaceEnum value); };
public ReportService2010.ItemNamespaceEnum ItemNamespace { get; set; }
member this.ItemNamespace : ReportService2010.ItemNamespaceEnum with get, set
Public Property ItemNamespace As ItemNamespaceEnum
Property Value
An ItemNamespaceEnum value.
Remarks
Valid values can be PathBased
or GUIDBased
.