| InterceptorOptionsAttributeAlwaysCreateNewInstance Property |
Namespace:
Cauldron.Interception
Assembly:
Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
Syntax public bool AlwaysCreateNewInstance { get; set; }
Public Property AlwaysCreateNewInstance As Boolean
Get
Set
public:
property bool AlwaysCreateNewInstance {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Interception.InterceptorOptionsAttribute.AlwaysCreateNewInstance"]
See Also