In This Topic
The UID being proposed by DicomObjects.
Syntax
'Declaration
Public Property NewUID As System.String
'Usage
Dim instance As ChangeUidArgs
Dim value As System.String
instance.NewUID = value
value = instance.NewUID
public System.string NewUID {get; set;}
public read-write property NewUID: System.String;
public function get,set NewUID : System.String
public: __property System.string* get_NewUID();
public: __property void set_NewUID(
System.string* value
);
public:
property System.String^ NewUID {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also