ExportDescriptorPromise::Origin Property

.NET Framework (current version)
 

Gets a description of where the promise originates, used to provide readable errors.

Namespace:   System.Composition.Hosting.Core
Assembly:  System.Composition.Hosting (in System.Composition.Hosting.dll)

public:
property String^ Origin {
	String^ get();
}

Property Value

Type: System::String^

A description of the promise's origin.

Return to top
Show: