RemoveSpecialGroupException.BuildMessage Method
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Protected Shared Function BuildMessage ( _
sid As String, _
specialType As SpecialGroupType _
) As String
protected static string BuildMessage(
string sid,
SpecialGroupType specialType
)
protected:
static String^ BuildMessage(
String^ sid,
SpecialGroupType specialType
)
static member BuildMessage :
sid:string *
specialType:SpecialGroupType -> string
protected static function BuildMessage(
sid : String,
specialType : SpecialGroupType
) : String
Parameters
- sid
Type: System.String
- specialType
Type: Microsoft.VisualStudio.Services.Identity.SpecialGroupType
Return Value
Type: System.String
.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.