FormDescription.OneOff Property

Definition

Returns a Boolean (bool in C#) value that indicates True if the form will be discarded after using once (one-off), and False if the form is retained as a custom form. Read/write.

public:
 property bool OneOff { bool get(); void set(bool value); };
public bool OneOff { get; set; }
Public Property OneOff As Boolean

Property Value

Applies to