ServiceActionResolverArgs.BindingType Property

The binding type based on interpreting the URI preceeding the action, or null if the action is being invoked from the root of the service.

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

Syntax

'Declaration
Public Property BindingType As ResourceType 
    Get 
    Private Set
'Usage
Dim instance As ServiceActionResolverArgs 
Dim value As ResourceType 

value = instance.BindingType
public ResourceType BindingType { get; private set; }
public:
property ResourceType^ BindingType {
    ResourceType^ get ();
    private: void set (ResourceType^ value);
}
member BindingType : ResourceType with get, private set
function get BindingType () : ResourceType 
private function set BindingType (value : ResourceType)

Property Value

Type: System.Data.Services.Providers.ResourceType

See Also

Reference

ServiceActionResolverArgs Class

System.Data.Services.Providers Namespace