Compartir a través de


ItemNamespaceHeaderValue Propiedad

The value that represents the identifier used to retrieve item properties.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Property ItemNamespaceHeaderValue As ItemNamespaceHeader
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: ReportService2005. . :: . .ItemNamespaceHeader
An ItemNamespaceHeader object encapsulating the identifier used to retrieve item properties.

Notas

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 Establecer el espacio de nombres de elementos para el método GetProperties.