 | MetadataConfigurationSectionServices Property |
Gets or sets the service contracts to document
Namespace: SanteDB.Messaging.Metadata.ConfigurationAssembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntaxpublic List<ServiceEndpointOptions> Services { get; set; }Public Property Services As List(Of ServiceEndpointOptions)
Get
Set
public:
property List<ServiceEndpointOptions^>^ Services {
List<ServiceEndpointOptions^>^ get ();
void set (List<ServiceEndpointOptions^>^ value);
}member Services : List<ServiceEndpointOptions> with get, set
Property Value
ListServiceEndpointOptions
See Also