StorageInfo.Name Property

Definition

Gets the name of the store.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The name of this store.

Remarks

The name of a sub-store is specified to the CreateSubStorage method and cannot be changed after created.

Applies to