[Missing <summary> documentation for "P:Caisis.BOL.MultiAssociatedAttribute.ParentTablename"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Property Value

Type: String

See Also