[This is preliminary documentation and is subject to change.]
Specifies how many times this event can be called. If less or equal than zero then no limit is set
Namespace: NFX.TimeAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
[ExternalParameterAttribute(new string[] { ... })]
public int MaxCount { get; set; }[ConfigAttribute]
[ExternalParameterAttribute(new string[] { ... })]
public int MaxCount { get; set; }<ConfigAttribute>
<ExternalParameterAttribute(New String() { ... })>
Public Property MaxCount As Integer
Get
Set<ConfigAttribute>
<ExternalParameterAttribute(New String() { ... })>
Public Property MaxCount As Integer
Get
Setpublic:
[ConfigAttribute]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property int MaxCount {
int get ();
void set (int value);
}public:
[ConfigAttribute]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property int MaxCount {
int get ();
void set (int value);
}[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
member MaxCount : int with get, set[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
member MaxCount : int with get, setProperty Value
Type:
Int32