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