Freigeben über


ResourceProperty.Kind-Eigenschaft

Ruft die Art der Ressourceneigenschaft im Hinblick auf die Ressource ab.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Property Kind As ResourcePropertyKind
    Get
    Friend Set
'Usage
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)

Eigenschaftswert

Typ: System.Data.Services.Providers.ResourcePropertyKind
Ein ResourcePropertyKind-Wert.

Siehe auch

Verweis

ResourceProperty Klasse

System.Data.Services.Providers-Namespace