 | CompoundComponentAttributeIsOptional Property |
Indicates if this component is optional.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsOptional { get; set; }
Public Property IsOptional As Boolean
Get
Set
public:
property bool IsOptional {
bool get ();
void set (bool value);
}
member IsOptional : bool with get, set
Property Value
Type:
Boolean
See Also