Class MemberGroup
Represents a member type
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
[DataContract(IsReference = true)]
public class MemberGroup : EntityBase, IMemberGroup, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Constructors
View SourceMemberGroup()
Declaration
public MemberGroup()
Properties
View SourceCreatorId
Gets or sets the identifier of the user who created this member group.
Declaration
[DataMember]
public int CreatorId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Gets or sets the name of the member group.
Declaration
[DataMember]
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |