Visual Basic (Declaration) | |
---|---|
<ElementAttribute()> Public Property ReferencedSopClassUid As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SopInstanceReference Dim value As String instance.ReferencedSopClassUid = value value = instance.ReferencedSopClassUid |
C# | |
---|---|
[ElementAttribute()] public string ReferencedSopClassUid {get; set;} |
C++/CLI | |
---|---|
[ElementAttribute()] public: property String^ ReferencedSopClassUid { String^ get(); void set ( String^ value); } |
Property Value
The referenced sop class uid.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7