ClientNotificationSubscription.MaxRetriesCount Property
Namespace: Microsoft.VisualStudio.Services.ClientNotification
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property MaxRetriesCount As Integer
[DataMemberAttribute]
public int MaxRetriesCount { get; set; }
[DataMemberAttribute]
public:
property int MaxRetriesCount {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member MaxRetriesCount : int with get, set
function get MaxRetriesCount () : int
function set MaxRetriesCount (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ClientNotificationSubscription Class
Microsoft.VisualStudio.Services.ClientNotification Namespace