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