XdsObjects Help file
XdsObjects Namespace / XdsAudit.ParticipatingObject Class / NumberOfInstances Property



In This Topic
    NumberOfInstances Property
    In This Topic
    The number of objects being accessed
    Syntax
    Public Property NumberOfInstances As Integer
    Dim instance As XdsAudit.ParticipatingObject
    Dim value As Integer
     
    instance.NumberOfInstances = value
     
    value = instance.NumberOfInstances
    public int NumberOfInstances {get; set;}
    public:
    property int NumberOfInstances {
       int get();
       void set (    int value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also