This document is archived and information here might be outdated. Recommended version. |
Indicates if the field's domain is fixed.
[Visual Basic .NET]
Public ReadOnly Property DomainFixed As Boolean
[C#]
public bool DomainFixed {get;}
[C++]
HRESULT get_DomainFixed(
Boolean* isFixed
);
[C++] Parameters isFixed [out, retval]
isFixed is a parameter of type bool*
IField Interface | IClassSchemaEdit Interface | IClassSchemaEdit.AlterDomain Method | IDomain Interface