Share via


GitUtils.StringFromObjectType Method

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

Syntax

'Declaration
Public Shared Function StringFromObjectType ( _
    objectType As TfsGitObjectType _
) As String
public static string StringFromObjectType(
    TfsGitObjectType objectType
)
public:
static String^ StringFromObjectType(
    TfsGitObjectType objectType
)
static member StringFromObjectType : 
        objectType:TfsGitObjectType -> string
public static function StringFromObjectType(
    objectType : TfsGitObjectType
) : String

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

GitUtils Class

Microsoft.TeamFoundation.Git.Server Namespace