LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)
LEAD Technologies, Inc

MediaSopInstanceUID Property







Gets or set the SOP Instance UID for the created media object.
Syntax
[CompilerGeneratedAttribute()]
public string MediaSopInstanceUID {get; set;}
'Declaration
 
<CompilerGeneratedAttribute()>
Public Property MediaSopInstanceUID As String
'Usage
 
Dim instance As MediaLocation
Dim value As String
 
instance.MediaSopInstanceUID = value
 
value = instance.MediaSopInstanceUID
[CompilerGeneratedAttribute()]
public string MediaSopInstanceUID {get; set;}
CompilerGeneratedAttribute()
 get_MediaSopInstanceUID();
set_MediaSopInstanceUID(value);
[CompilerGeneratedAttribute()]
public: __property string* get_MediaSopInstanceUID();
public: __property void set_MediaSopInstanceUID( 
   string* value
);
[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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MediaLocation Class
MediaLocation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.