ResourceProperty.Kind Property

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.

See Also

Reference

ResourceProperty Class

System.Data.Services.Providers Namespace