SnippetValueIsRequired Property |
Gets a value indicating if the value is defined to be required.
Namespace: ConnectedApps.Cms.Entities.Extensions.SnippetAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsRequired { get; set; }
Public Property IsRequired As Boolean
Get
Set
public:
property bool IsRequired {
bool get ();
void set (bool value);
}
member IsRequired : bool with get, set
Property Value
Type:
Boolean
See Also