 | SwaggerParameterLocation Property |
Gets location of the parameter
Namespace: SanteDB.Messaging.Metadata.Model.SwaggerAssembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntaxpublic SwaggerParameterLocation Location { get; set; }Public Property Location As SwaggerParameterLocation
Get
Set
public:
property SwaggerParameterLocation Location {
SwaggerParameterLocation get ();
void set (SwaggerParameterLocation value);
}member Location : SwaggerParameterLocation with get, set
Property Value
SwaggerParameterLocation
See Also