Generates the affected sop instance UID.
Syntax
| Visual Basic (Declaration) | |
|---|
Protected Overridable Function GenerateAffectedSopInstanceUID() As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MediaNCreateCommand
Dim value As String
value = instance.GenerateAffectedSopInstanceUID() |
| C# | |
|---|
protected virtual string GenerateAffectedSopInstanceUID() |
| C++/CLI | |
|---|
protected:
virtual String^ GenerateAffectedSopInstanceUID(); |
Return Value
The affected sop instance UID.
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