Name of the entity-cluster association table.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string EntityClusterTableName { get; set; }
Visual Basic (Declaration)
Public Property EntityClusterTableName As String
Visual C++
public:
property String^ EntityClusterTableName {
	String^ get ();
	void set (String^ value);
}

See Also