Fields.Locked Property

Definition

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.

Applies to