UseNamesInQuery Property (QidoWebClient)
Controls whether to use names (if true) or hexadecimal identifiers (if false) for search parameters, e.g. STUDYDATE
or 00080020
public System.bool UseNamesInQuery {get; set;}
public read-write property UseNamesInQuery: System.Boolean;
public function get,set UseNamesInQuery : System.boolean
public: __property System.bool get_UseNamesInQuery();
public: __property void set_UseNamesInQuery(
System.bool value
);
public:
property System.bool UseNamesInQuery {
System.bool get();
void set ( System.bool value);
}
'Declaration
Public Property UseNamesInQuery As System.Boolean
'Usage
Dim instance As QidoWebClient
Dim value As System.Boolean
instance.UseNamesInQuery = value
value = instance.UseNamesInQuery
Target Platforms: .NET CLR 4.8 or higher