 | SwaggerPathDefinitionSecurity Property |
Gets or sets the security definition
Namespace: SanteDB.Messaging.Metadata.Model.SwaggerAssembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntaxpublic List<SwaggerPathSecurity> Security { get; set; }Public Property Security As List(Of SwaggerPathSecurity)
Get
Set
public:
property List<SwaggerPathSecurity^>^ Security {
List<SwaggerPathSecurity^>^ get ();
void set (List<SwaggerPathSecurity^>^ value);
}member Security : List<SwaggerPathSecurity> with get, set
Property Value
ListSwaggerPathSecurity
See Also