Get Unique ID field in field collection.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IField UniqueIdField { get; }
Visual Basic
ReadOnly Property UniqueIdField As IField
	Get
Visual C++
property IField^ UniqueIdField {
	IField^ get ();
}

Field Value

IField

See Also