Sdílet prostřednictvím


RemoteServiceBinding.EnumObjectPermissions Method

Include Protected Members
Include Inherited Members

Enumerates a list of object permissions for the remote service binding.

Overload List

  Name Description
Public method EnumObjectPermissions() Enumerates a list of object permissions for the remote service binding.
Public method EnumObjectPermissions(String) Enumerates a list of object permissions for a specified grantee on the remote service binding.
Public method EnumObjectPermissions(ObjectPermissionSet) Enumerates a list of object permissions for the remote service binding for the specified set of permissions on the remote service binding.
Public method EnumObjectPermissions(String, ObjectPermissionSet) Enumerates a list of object permissions for a specified grantee and a specified permission on the remote service binding.

Top