Gets or sets the cluster information which determines the identity of this embedded space within a cluster.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public ClusterInfo ClusterInfo { get; set; }
Public Property ClusterInfo As ClusterInfo Get Set
public: property ClusterInfo^ ClusterInfo { ClusterInfo^ get (); void set (ClusterInfo^ value); }
/** @property */ public ClusterInfo get_ClusterInfo() /** @property */ public void set_ClusterInfo(ClusterInfo value)