Class MemberTypePropertyTypeModelBase
Represents the base model for defining property types on a member type.
Namespace: Umbraco.Cms.Api.Management.ViewModels.MemberType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public abstract class MemberTypePropertyTypeModelBase : PropertyTypeModelBase
Constructors
View SourceMemberTypePropertyTypeModelBase()
Declaration
protected MemberTypePropertyTypeModelBase()
Properties
View SourceIsSensitive
Gets or sets a value indicating whether this property type contains sensitive information that requires special handling.
Declaration
public bool IsSensitive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Visibility
Gets or sets the visibility state (such as public or private) of the member type property.
Declaration
public MemberTypePropertyTypeVisibility Visibility { get; set; }
Property Value
| Type | Description |
|---|---|
| MemberTypePropertyTypeVisibility |