'Declaration
Public Property RestartDelay As Nullable(Of Integer)
public Nullable<int> RestartDelay {get; set;}
public: property Nullable<int> RestartDelay { Nullable<int> get(); void set ( Nullable<int> value); }
'Declaration
Public Property RestartDelay As Nullable(Of Integer)
public Nullable<int> RestartDelay {get; set;}
public: property Nullable<int> RestartDelay { Nullable<int> get(); void set ( Nullable<int> value); }