ContractBasedServiceContractName Property |
Gets the name of the contract.
Namespace:
Autofac.Integration.Mef
Assembly:
Autofac.Integration.Mef (in Autofac.Integration.Mef.dll) Version: 6.0.0+4280ac7e7f34f8dcbf61bbdf820a070216e453fc
Syntax public string ContractName { get; }
Public ReadOnly Property ContractName As String
Get
Property Value
Type:
StringThe name of the contract.
See Also