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 命名空间