 | SwaggerPathDefinitionProduces Property |
Gets or sets the produces option
Namespace: SanteDB.Messaging.Metadata.Model.SwaggerAssembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntaxpublic List<string> Produces { get; set; }Public Property Produces As List(Of String)
Get
Set
public:
property List<String^>^ Produces {
List<String^>^ get ();
void set (List<String^>^ value);
}member Produces : List<string> with get, set
Property Value
ListString
See Also