Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the kind of the resource property with regard to the resource.
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)
Property Value
Type: System.Data.Services.Providers.ResourcePropertyKind
A ResourcePropertyKind value.