SCCMWebService..::..IsInRole Method
Determines whether the calling user is in the specified role.
Namespace:
SCCMWebServiceAssembly: SCCMWebService (in SCCMWebService.dll)
Syntax
[SoapHeaderAttribute] [WebMethodAttribute] public bool IsInRole( string role )
<SoapHeaderAttribute> _ <WebMethodAttribute> _ Public Function IsInRole ( _ role As String _ ) As Boolean
[SoapHeaderAttribute] [WebMethodAttribute] public: bool^ IsInRole( String^ role )
Parameters
- role
- Type: String
The role.