|
SecureServiceHostFactoryServiceBehaviors Property
|
Gets or sets the list of service behaviors added to the services created
Namespace: GSF.ServiceModel.ActivationAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.246-beta
Syntaxpublic List<IServiceBehavior> ServiceBehaviors { get; set; }
Public Property ServiceBehaviors As List(Of IServiceBehavior)
Get
Set
public:
property List<IServiceBehavior^>^ ServiceBehaviors {
List<IServiceBehavior^>^ get ();
void set (List<IServiceBehavior^>^ value);
}
member ServiceBehaviors : List<IServiceBehavior> with get, set
function get_ServiceBehaviors();
function set_ServiceBehaviors(value);
View SourceProperty Value
ListIServiceBehavior
See Also