CompositionContract::ContractName Property

.NET Framework (current version)
 

Gets or sets the name of the contract.

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

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

Property Value

Type: System::String^

The contract name.

Return to top
Show: