ReportingService2005.ItemNamespaceHeaderValue 屬性
The value that represents the identifier used to retrieve item properties.
命名空間: ReportService2005
組件: ReportService2005 (在 ReportService2005.dll 中)
語法
'宣告
Public Property ItemNamespaceHeaderValue As ItemNamespaceHeader
Get
Set
'用途
Dim instance As ReportingService2005
Dim value As ItemNamespaceHeader
value = instance.ItemNamespaceHeaderValue
instance.ItemNamespaceHeaderValue = value
public ItemNamespaceHeader ItemNamespaceHeaderValue { get; set; }
public:
property ItemNamespaceHeader^ ItemNamespaceHeaderValue {
ItemNamespaceHeader^ get ();
void set (ItemNamespaceHeader^ value);
}
member ItemNamespaceHeaderValue : ItemNamespaceHeader with get, set
function get ItemNamespaceHeaderValue () : ItemNamespaceHeader
function set ItemNamespaceHeaderValue (value : ItemNamespaceHeader)
屬性值
型別:ReportService2005.ItemNamespaceHeader
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 設定 GetProperties 方法的項目命名空間.