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