RecurrencePattern.DeletedInstanceCount Property

Independentsoft MSG .NET

RecurrencePattern DeletedInstanceCount Property MSG .NET Class Library
Gets the deleted instance count.

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

Syntax

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

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

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

Property Value

Type: OnlineInt32
The deleted instance count.
See Also