| ServiceOptionsInterfaceVersion Property |
Gets or sets the version of the service interface
Namespace:
SanteDB.Core.Interop
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public string InterfaceVersion { get; set; }
Public Property InterfaceVersion As String
Get
Set
public:
property String^ InterfaceVersion {
String^ get ();
void set (String^ value);
}
member InterfaceVersion : string with get, set
Property Value
Type:
StringSee Also