UIThreadOperationExecutionOptions.DefaultDescription 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.
Default operation's description, which is displayed on the wait dialog unless one or more IUIThreadOperationScopes with more specific descriptions were added to the IUIThreadOperationContext.
public:
property System::String ^ DefaultDescription { System::String ^ get(); };
public string DefaultDescription { get; }
member this.DefaultDescription : string
Public ReadOnly Property DefaultDescription As String