Fields.Locked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if all fields in the Fields collection are locked.
public:
property int Locked { int get(); void set(int value); };
public int Locked { get; set; }
member this.Locked : int with get, set
Public Property Locked As Integer
Property Value
Remarks
This property returns True if all fields in the Fields collection are locked, and False if not.