| RestEndpointConfigurationContractXml Property |
Gets or sets the contract type
Namespace:
SanteDB.Rest.Common.Configuration
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public string ContractXml { get; set; }
Public Property ContractXml As String
Get
Set
public:
property String^ ContractXml {
String^ get ();
void set (String^ value);
}
member ContractXml : string with get, set
Property Value
Type:
StringSee Also