다음을 통해 공유


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 네임스페이스