ServiceActionResolverArgs.ServiceActionName Property

The service action name taken from the URI.

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

Syntax

'Declaration
Public Property ServiceActionName As String 
    Get 
    Private Set
'Usage
Dim instance As ServiceActionResolverArgs 
Dim value As String 

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

Property Value

Type: System.String

See Also

Reference

ServiceActionResolverArgs Class

System.Data.Services.Providers Namespace