Gets the UID of the SOP Instance for which Attribute Values were modified.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property AffectedSOPInstance As String |
C# | |
---|
public virtual string AffectedSOPInstance {get;} |
C++/CLI | |
---|
public:
virtual property String^ AffectedSOPInstance {
String^ get();
} |
Property Value
Contains the UID of the SOP Instance for which Attribute Values were modified.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also