Determines whether the service has any options.
public:
bool HasOptions();
'Declaration
Public Function HasOptions() As Boolean
'Usage
Dim instance As DicomService
Dim value As Boolean
value = instance.HasOptions()
Return Value
true
if this service has options; otherwise, false
.