INodeInformation.Item[String] Property

Definition

Gets the property bag for the node.

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ name); };
public object this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object

Parameters

name
String

A String string that represents the name of an item.

Property Value

An object that represents the property bag.

Applies to