GetType Method (DicomValidationException)
In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Public Function GetType() As System.Type
'Usage
Dim instance As DicomValidationException
Dim value As System.Type
value = instance.GetType()
[__DynamicallyInvokable()]
public System.Type GetType()
public function GetType(): System.Type;
__DynamicallyInvokableAttribute()
public function GetType() : System.Type;
[__DynamicallyInvokable()]
public: System.Type* GetType();
[__DynamicallyInvokable()]
public:
System.Type^ GetType();
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also