Fetches a group name by its id.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
string GetGroupName(
	Guid id
)
Visual Basic
Function GetGroupName ( 
	id As Guid
) As String
Visual C++
String^ GetGroupName(
	Guid id
)
F#
abstract GetGroupName : 
        id : Guid -> string 

Parameters

id
Type: System..::..Guid
Group ID.

Return Value

Type: String
Retrieved group name or null if the entity cannot be retrieved.

See Also