GroupSecurityService.IsMember Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function IsMember ( _
groupSid As String, _
identitySid As String _
) As Boolean
[WebMethodAttribute]
public bool IsMember(
string groupSid,
string identitySid
)
[WebMethodAttribute]
public:
bool IsMember(
String^ groupSid,
String^ identitySid
)
[<WebMethodAttribute>]
member IsMember :
groupSid:string *
identitySid:string -> bool
public function IsMember(
groupSid : String,
identitySid : String
) : boolean
Parameters
- groupSid
Type: System.String
- identitySid
Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.