Class MemberExportProperty
Represents a property for member export data.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.Membership
Assembly: Umbraco.Core.dll
Syntax
public class MemberExportProperty
Constructors
View SourceMemberExportProperty()
Declaration
public MemberExportProperty()
Properties
View SourceAlias
Gets or sets the alias of the property.
Declaration
public string? Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreateDate
Gets or sets the date and time when the property was created.
Declaration
public DateTime? CreateDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Id
Gets or sets the unique identifier for the property.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Gets or sets the name of the property.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateDate
Gets or sets the date and time when the property was last updated.
Declaration
public DateTime? UpdateDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Value
Gets or sets the value of the property.
Declaration
public object? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |