| ServiceOperationDescriptionAccepts Property |
Gets the type of content that this operation accepts
Namespace:
SanteDB.Core.Interop.Description
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public IEnumerable<string> Accepts { get; }
Public ReadOnly Property Accepts As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ Accepts {
IEnumerable<String^>^ get ();
}
member Accepts : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also