ValueModelAttributes Property |
Gets or sets the collection of value module attributes.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<ValueModelAttribute> Attributes { get; set; }
Public Property Attributes As EntityCollection(Of ValueModelAttribute)
Get
Set
public:
property EntityCollection<ValueModelAttribute^>^ Attributes {
EntityCollection<ValueModelAttribute^>^ get ();
void set (EntityCollection<ValueModelAttribute^>^ value);
}
member Attributes : EntityCollection<ValueModelAttribute> with get, set
Property Value
Type:
EntityCollectionValueModelAttribute
See Also