[Missing <summary> documentation for "P:Caisis.BOL.BusinessObject.LookupKeyName"]

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

Syntax

C#
public string LookupKeyName { get; }
Visual Basic
Public ReadOnly Property LookupKeyName As String
	Get
Visual C++
public:
virtual property String^ LookupKeyName {
	String^ get () sealed;
}

Property Value

Type: String

Implements

IBusinessObject..::..LookupKeyName

See Also