Permission.Process Property

Definition

Gets or sets the Process attribute for the parent object.

public bool Process { get; set; }
member this.Process : bool with get, set
Public Property Process As Boolean

Property Value

A Boolean value with the process attribute.

Remarks

true if members can process the object or any object contained in the object. false if members cannot process the parent object.

Applies to