In This Topic
Sign of the data
Syntax
'Declaration
Public ReadOnly Property isSigned As System.Boolean
'Usage
Dim instance As DicomCodecBaseArguments
Dim value As System.Boolean
value = instance.isSigned
public System.bool isSigned {get;}
public read-only property isSigned: System.Boolean;
public function get isSigned : System.boolean
public: __property System.bool get_isSigned();
public:
property System.bool isSigned {
System.bool get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also