ParameterEvaluatorTHasDefaultValue Property |
Gets a value indicating whether this parameter has a default value and is therefore optional.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool HasDefaultValue { get; }
Public ReadOnly Property HasDefaultValue As Boolean
Get
public:
virtual property bool HasDefaultValue {
bool get () sealed;
}
abstract HasDefaultValue : bool with get
override HasDefaultValue : bool with get
Property Value
Type:
BooleanSee Also