SecurityRights.hasServerMethodAccess(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.
public:
virtual bool hasServerMethodAccess(System::String ^ _class, System::String ^ _method);
public virtual bool hasServerMethodAccess (string _class, string _method);
abstract member hasServerMethodAccess : string * string -> bool
override this.hasServerMethodAccess : string * string -> bool
Public Overridable Function hasServerMethodAccess (_class As String, _method As String) As Boolean
Parameters
- _class
- String
- _method
- String