public static int? RetryIntervalMinutes { get; }
Public Shared ReadOnly Property RetryIntervalMinutes As Integer?
Get
public:
static property Nullable<int> RetryIntervalMinutes {
Nullable<int> get ();
}
static member RetryIntervalMinutes : Nullable<int> with get