In This Topic
Returns True if non-null data is present.
Syntax
'Declaration
Public ReadOnly Property ExistsWithValue As System.Boolean
'Usage
Dim instance As DicomAttribute
Dim value As System.Boolean
value = instance.ExistsWithValue
public System.bool ExistsWithValue {get;}
public read-only property ExistsWithValue: System.Boolean;
public function get ExistsWithValue : System.boolean
public: __property System.bool get_ExistsWithValue();
public:
property System.bool ExistsWithValue {
System.bool get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also