[Missing <summary> documentation for "P:DatabaseObjects.DistinctFieldAttribute.AutomaticAssignment"]

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public FieldValueAutoAssignmentType AutomaticAssignment { get; }
Visual Basic
Public ReadOnly Property AutomaticAssignment As FieldValueAutoAssignmentType
	Get
Visual C++
public:
property FieldValueAutoAssignmentType AutomaticAssignment {
	FieldValueAutoAssignmentType get ();
}

See Also