次の方法で共有


ResourceProperty.Name プロパティ

リソース プロパティの名前を取得します。

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public ReadOnly Property Name As String
    Get
'使用
Dim instance As ResourceProperty
Dim value As String

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

プロパティ値

型: System.String
リソース プロパティの名前を示す文字列。

関連項目

参照

ResourceProperty クラス

System.Data.Services.Providers 名前空間