RemoveSpecialGroupException.BuildMessage Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'宣言
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

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

RemoveSpecialGroupException Class

Microsoft.TeamFoundation.Framework.Server Namespace