| IntegrationQueryOptionsInfrastructureOptions Property |
Gets or sets the infrastructure options
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public NameValueCollection InfrastructureOptions { get; set; }
Public Property InfrastructureOptions As NameValueCollection
Get
Set
public:
property NameValueCollection^ InfrastructureOptions {
NameValueCollection^ get ();
void set (NameValueCollection^ value);
}
member InfrastructureOptions : NameValueCollection with get, set
Property Value
Type:
NameValueCollectionSee Also