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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Boolean
See Also