LEADTOOLS Medical (Leadtools.Medical.Media.DataAccessLayer assembly)

MediaSopInstanceUID Property

Show in webframe






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: __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

See Also

Reference

MediaLocation Class
MediaLocation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.