LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MediaSopInstanceUID Property
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaLocation Class : MediaSopInstanceUID Property




Gets or set the SOP Instance UID for the created media object.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public Property MediaSopInstanceUID As String
Visual Basic (Usage)Copy Code
Dim instance As MediaLocation
Dim value As String
 
instance.MediaSopInstanceUID = value
 
value = instance.MediaSopInstanceUID
C# 
[CompilerGeneratedAttribute()]
public string MediaSopInstanceUID {get; set;}
Managed Extensions for C++ 
[CompilerGeneratedAttribute()]
public: __property string* get_MediaSopInstanceUID();
public: __property void set_MediaSopInstanceUID( 
   string* value
);
C++/CLI 
[CompilerGeneratedAttribute()]
public:
property String^ MediaSopInstanceUID {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the SOP Instance UID for the created media object.

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