public bool IsOptional { get; init; }
Public Property IsOptional As Boolean Get Set
public: property bool IsOptional { bool get (); void set (bool value); }
member IsOptional : bool with get, set
In This Article