ServiceImplementationDataConstructorString Property |
Gets or sets the string used to generate the data.
Namespace:
Autofac.Integration.Wcf
Assembly:
Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax public string ConstructorString { get; set; }
Public Property ConstructorString As String
Get
Set
Property Value
Type:
String
A
String used to generate this service
implementation data.
See Also