Gets user id that created group.

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

Syntax

C#
public Nullable<Guid> CreatorId { get; }
Visual Basic
Public ReadOnly Property CreatorId As Nullable(Of Guid)
	Get
Visual C++
public:
property Nullable<Guid> CreatorId {
	Nullable<Guid> get ();
}
F#
member CreatorId : Nullable<Guid> with get

Property Value

Type: Nullable<(Of <(<'Guid>)>)>

See Also