 | SwaggerSecurityDefinitionFlow Property |
Gets or sets the flow control
Namespace: SanteDB.Messaging.Metadata.Model.SwaggerAssembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntaxpublic SwaggerSecurityFlow Flow { get; set; }Public Property Flow As SwaggerSecurityFlow
Get
Set
public:
property SwaggerSecurityFlow Flow {
SwaggerSecurityFlow get ();
void set (SwaggerSecurityFlow value);
}member Flow : SwaggerSecurityFlow with get, set
Property Value
SwaggerSecurityFlow
See Also