Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This property supports the infrastructure and is not intended to be used directly from your code.
Retrieves and sets the total length of the result.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Public Property MaximumLength As Integer
public int MaximumLength { get; set; }
public:
property int MaximumLength {
int get ();
void set (int value);
}
/** @property */
public int get_MaximumLength ()
/** @property */
public void set_MaximumLength (int value)
public function get MaximumLength () : int
public function set MaximumLength (value : int)
Property Value
The total length of the result.
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
Development Platforms
Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP
Target Platforms
Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities
See Also
Reference
ExecutionResult Class
ExecutionResult Members
Microsoft.ComputeCluster Namespace