Gets or Sets the SOP Instance UID for this
SOPInstancePreCompressedFormat.
Syntax
Visual Basic (Declaration) | |
---|
Public Property SOPInstanceUID As String |
C# | |
---|
public string SOPInstanceUID {get; set;} |
C++/CLI | |
---|
public:
property String^ SOPInstanceUID {
String^ get();
void set (String^ value);
} |
Return Value
The SOP Instance UID which the Pre-compressed images belongs.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also