| ServiceClientDescriptionAccept Property |
Gets or sets the accept
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public string Accept { get; set; }
Public Property Accept As String
Get
Set
public:
virtual property String^ Accept {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Accept : string with get, set
override Accept : string with get, set
Property Value
Type:
StringImplements
IRestClientDescriptionAcceptSee Also