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