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 or sets the binding parameter to this action; null if this action is top-level.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property BindingParameter As ServiceActionParameter
Get
'Usage
Dim instance As ServiceAction
Dim value As ServiceActionParameter
value = instance.BindingParameter
public ServiceActionParameter BindingParameter { get; }
public:
property ServiceActionParameter^ BindingParameter {
ServiceActionParameter^ get ();
}
member BindingParameter : ServiceActionParameter
function get BindingParameter () : ServiceActionParameter
Property Value
Type: System.Data.Services.Providers.ServiceActionParameter
The binding parameter to this action; null if this action is top-level.