 | SwaggerSchemaElementFormat Property |
Gets or sets the type of the element
Namespace: SanteDB.Messaging.Metadata.Model.SwaggerAssembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntaxpublic SwaggerSchemaElementFormat? Format { get; set; }Public Property Format As SwaggerSchemaElementFormat?
Get
Set
public:
property Nullable<SwaggerSchemaElementFormat> Format {
Nullable<SwaggerSchemaElementFormat> get ();
void set (Nullable<SwaggerSchemaElementFormat> value);
}member Format : Nullable<SwaggerSchemaElementFormat> with get, set
Property Value
NullableSwaggerSchemaElementFormat
See Also