SecurityRights.hasServiceOperationAccess(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the user has access to the specified service operation.
public:
virtual bool hasServiceOperationAccess(System::String ^ _service, System::String ^ _operation);
public virtual bool hasServiceOperationAccess (string _service, string _operation);
abstract member hasServiceOperationAccess : string * string -> bool
override this.hasServiceOperationAccess : string * string -> bool
Public Overridable Function hasServiceOperationAccess (_service As String, _operation As String) As Boolean
Parameters
- _service
- String
- _operation
- String
Returns
true if user has access to the service operation; otherwise, false.