ClusterEnumerable.IsReadOnly Property

Indicates whether the collection is read-only.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
/** @property */
public final boolean get_IsReadOnly ()
public final function get IsReadOnly () : boolean

Property Value

The value is true if the collection is read-only; otherwise, false.

Remarks

The collection is read-only when CCP returns the collection.

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

ClusterEnumerable Class
ClusterEnumerable Members
Microsoft.ComputeCluster Namespace