| RestServiceServiceBehaviors Property |
Gets the current service behaviors
Namespace:
RestSrvr
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public IEnumerable<IServiceBehavior> ServiceBehaviors { get; }
Public ReadOnly Property ServiceBehaviors As IEnumerable(Of IServiceBehavior)
Get
public:
property IEnumerable<IServiceBehavior^>^ ServiceBehaviors {
IEnumerable<IServiceBehavior^>^ get ();
}
member ServiceBehaviors : IEnumerable<IServiceBehavior> with get
Property Value
Type:
IEnumerableIServiceBehaviorSee Also