View Source
Class MemberBasic
Used for basic member information
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MemberBasic : ContentItemBasic<ContentPropertyBasic>, IContentProperties<ContentPropertyBasic>
Properties
View Source
Email
Declaration
[DataMember(Name = "email")]
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Properties
Declaration
[DataMember(Name = "properties")]
public override IEnumerable<ContentPropertyBasic> Properties { get; set; }
Property Value
View Source
Username
Declaration
[DataMember(Name = "username")]
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|