Click or drag to resize
ValueModelConvertResultMemberAttributes Property
A collection of System.Attribute defined in the model object, including public properties and their values.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EntityCollection<ValueModelConvertResultMemberAttribute> MemberAttributes { get; set; }

Property Value

Type: EntityCollectionValueModelConvertResultMemberAttribute
See Also