| RestBehaviorConfigurationConfiguration Property |
Gets or sets the special configuration for the binding
Namespace:
SanteDB.Rest.Common.Configuration
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public XElement Configuration { get; set; }
Public Property Configuration As XElement
Get
Set
public:
property XElement^ Configuration {
XElement^ get ();
void set (XElement^ value);
}
member Configuration : XElement with get, set
Property Value
Type:
XElementSee Also