| OperationDescriptionBehaviors Property |
Gets the operation behaviors on this behavior
Namespace:
RestSrvr.Description
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public IEnumerable<IOperationBehavior> Behaviors { get; }
Public ReadOnly Property Behaviors As IEnumerable(Of IOperationBehavior)
Get
public:
property IEnumerable<IOperationBehavior^>^ Behaviors {
IEnumerable<IOperationBehavior^>^ get ();
}
member Behaviors : IEnumerable<IOperationBehavior> with get
Property Value
Type:
IEnumerableIOperationBehaviorSee Also