Indicates the total number of results.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As EnumerateResourcesActivity
Dim value As Integer

value = instance.TotalResultsCount

instance.TotalResultsCount = value

Syntax

Visual Basic
Public Property TotalResultsCount As Integer
C#
public int TotalResultsCount { get; set; }
C++
public:
property int TotalResultsCount {
		int get ();
		void set (int value);
}
J#
/** @property */
public int get_TotalResultsCount ()

/** @property */
public void set_TotalResultsCount (int value)
JScript
public function get TotalResultsCount () : int

public function set TotalResultsCount (value : int)

Property Value

A Int32 value that indicates the total number of results.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also