Click or drag to resize
PropertyDefinitionIsRequired Property
Gets or sets a property indicating if the property's value is required. Only used for global properties.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<bool> IsRequired { get; set; }

Property Value

Type: NullableBoolean
See Also