RecurrencePattern.ModifiedInstanceCount Property

Independentsoft MSG .NET

RecurrencePattern ModifiedInstanceCount Property MSG .NET Class Library
Gets the modified instance count.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public int ModifiedInstanceCount { get; }
public int ModifiedInstanceCount { get; }
Public ReadOnly Property ModifiedInstanceCount As Integer 
	Get
Public ReadOnly Property ModifiedInstanceCount As Integer 
	Get
Dim instance As RecurrencePattern 
Dim value As Integer 

value = instance.ModifiedInstanceCount
Dim instance As RecurrencePattern 
Dim value As Integer 

value = instance.ModifiedInstanceCount
/** @property */
public int get_ModifiedInstanceCount()
/** @property */
public int get_ModifiedInstanceCount()
function get ModifiedInstanceCount () : int
function get ModifiedInstanceCount () : int
function get_ModifiedInstanceCount();
function get_ModifiedInstanceCount();

Property Value

Type: OnlineInt32
The modified instance count.
See Also