ItemNamespaceHeader.ItemNamespace Property
Specifies the identifier to use when retrieving item properties.
Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly: ReportService2005 (in reportingservice2005.dll)
Syntax
'Declaration
Public Property ItemNamespace As ItemNamespaceEnum
public ItemNamespaceEnum ItemNamespace { get; set; }
public:
property ItemNamespaceEnum ItemNamespace {
ItemNamespaceEnum get ();
void set (ItemNamespaceEnum value);
}
/** @property */
public ItemNamespaceEnum get_ItemNamespace ()
/** @property */
public void set_ItemNamespace (ItemNamespaceEnum value)
public function get ItemNamespace () : ItemNamespaceEnum
public function set ItemNamespace (value : ItemNamespaceEnum)
Property Value
An ItemNamespaceEnum value.
Remarks
Valid values can be PathBased or GUIDBased.
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
ItemNamespaceHeader Class
ItemNamespaceHeader Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace