AffectedSOPClassUID Property
In This Topic
SOP Class UID of the SOP Instance to be stored.
Syntax
'Declaration
Public ReadOnly Property AffectedSOPClassUID As System.String
'Usage
Dim instance As CStoreRequestArgs
Dim value As System.String
value = instance.AffectedSOPClassUID
public System.string AffectedSOPClassUID {get;}
public read-only property AffectedSOPClassUID: System.String;
public function get AffectedSOPClassUID : System.String
public: __property System.string* get_AffectedSOPClassUID();
public:
property System.String^ AffectedSOPClassUID {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also