次の方法で共有


ResourceProperty.Kind プロパティ

リソースに関するリソース プロパティの種類を取得します。

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

構文

'宣言
Public Property Kind As ResourcePropertyKind
    Get
    Friend Set
'使用
Dim instance As ResourceProperty
Dim value As ResourcePropertyKind

value = instance.Kind
public ResourcePropertyKind Kind { get; internal set; }
public:
property ResourcePropertyKind Kind {
    ResourcePropertyKind get ();
    internal: void set (ResourcePropertyKind value);
}
member Kind : ResourcePropertyKind with get, internal set
function get Kind () : ResourcePropertyKind
internal function set Kind (value : ResourcePropertyKind)

プロパティ値

型: System.Data.Services.Providers.ResourcePropertyKind
ResourcePropertyKind 値。

関連項目

参照

ResourceProperty クラス

System.Data.Services.Providers 名前空間