 | SPHeaderRetryCount Property |
Gets or sets the retry count in case of connection issues
Namespace:
Koden.Utils.SharePoint
Assembly:
Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntaxpublic int RetryCount { get; set; }
Public Property RetryCount As Integer
Get
Set
public:
property int RetryCount {
int get ();
void set (int value);
}
member RetryCount : int with get, set
Property Value
Type:
Int32The retry count.
See Also