View Source
Class MemberBasic
Used for basic member information
Inheritance
System.Object
Assembly: Umbraco.Web.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
Username
Declaration
[DataMember(Name = "username")]
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|