Permission.Process 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.
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.