PackageClass.DumpDescriptor Property

Definition

Gets or sets the dump descriptor for the package.

public:
 virtual property System::String ^ DumpDescriptor { System::String ^ get(); void set(System::String ^ value); };
public virtual string DumpDescriptor { get; set; }
member this.DumpDescriptor : string with get, set
Public Overridable Property DumpDescriptor As String

Property Value

The dump descriptor for the package.

Implements

Remarks

For more information, see Package.

Applies to