FormDescription.OneOff 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.
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