| ParameterAttributeValueOptional Property |
Gets a value indicating that the parameter's value is not mandatory
Namespace:
Cauldron.Consoles
Assembly:
Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.2
Syntax public bool ValueOptional { get; }
Public ReadOnly Property ValueOptional As Boolean
Get
public:
property bool ValueOptional {
bool get ();
}
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Consoles.ParameterAttribute.ValueOptional"]
See Also