Package.DumpDescriptor 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.
Specify when a dump file should be generated.
public:
property System::String ^ DumpDescriptor { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string DumpDescriptor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DumpDescriptor : string with get, set
Public Property DumpDescriptor As String
Property Value
A value that specifies when a dump file should be generated.
- Attributes