SeasonOpenForRegistration Property
Indicates if teams can register in the season
Namespace: NFF.FIKS.EnterpriseServices.Components.EntitiesAssembly: NFF.FIKS.EnterpriseServices.Components (in NFF.FIKS.EnterpriseServices.Components.dll) Version: 1.0.0.0 (1.0.0.0)
public bool? OpenForRegistration { get; set; }
Public Property OpenForRegistration As Boolean?
Get
Set
public:
property Nullable<bool> OpenForRegistration {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member OpenForRegistration : Nullable<bool> with get, set
Property Value
NullableBoolean