Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft