CompositionContract::ContractType Property

.NET Framework (current version)
 

Gets or sets the contract type.

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

public:
property Type^ ContractType {
	Type^ get();
}

Property Value

Type: System::Type^

The contract type.

Return to top
Show: