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.
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.
- rights
Type: System.Data.Services.EntitySetRights
The rights allowed for the entity set.
Remarks
The default configuration is to deny access to resources. When a service is initialized the access rights must be enabled.