IDataServiceConfiguration.SetEntitySetAccessRule Method

Sets the access rules for the specified entity set.

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

Syntax

'Declaration
Sub SetEntitySetAccessRule ( _
    name As String, _
    rights As EntitySetRights _
)
'Usage
Dim instance As IDataServiceConfiguration 
Dim name As String 
Dim rights As EntitySetRights

instance.SetEntitySetAccessRule(name, _
    rights)
void SetEntitySetAccessRule(
    string name,
    EntitySetRights rights
)
void SetEntitySetAccessRule(
    String^ name, 
    EntitySetRights rights
)
abstract SetEntitySetAccessRule : 
        name:string * 
        rights:EntitySetRights -> unit
function SetEntitySetAccessRule(
    name : String, 
    rights : EntitySetRights
)

Parameters

  • name
    Type: System.String
    The name of the entity set for configured access.

Remarks

The default configuration is to deny access to resources. When a service is initialized the access rights must be enabled.

See Also

Reference

IDataServiceConfiguration Interface

System.Data.Services Namespace