StorageInfo.Name プロパティ

定義

ストアの名前を取得します。

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

プロパティ値

このストアの名前。

注釈

サブストアの名前は メソッドに CreateSubStorage 指定され、作成後に変更することはできません。

適用対象