| RestEndpointConfigurationBehaviors Property |
Gets the bindings
Namespace:
SanteDB.Rest.Common.Configuration
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public List<RestEndpointBehaviorConfiguration> Behaviors { get; set; }
Public Property Behaviors As List(Of RestEndpointBehaviorConfiguration)
Get
Set
public:
property List<RestEndpointBehaviorConfiguration^>^ Behaviors {
List<RestEndpointBehaviorConfiguration^>^ get ();
void set (List<RestEndpointBehaviorConfiguration^>^ value);
}
member Behaviors : List<RestEndpointBehaviorConfiguration> with get, set
Property Value
Type:
ListRestEndpointBehaviorConfigurationSee Also