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

Location Property

Show in webframe






Gets or sets the location of the created media object.
Syntax
[CompilerGeneratedAttribute()]
public string Location {get; set;}
'Declaration
 
<CompilerGeneratedAttribute()>
Public Property Location As String
'Usage
 
Dim instance As MediaLocation
Dim value As String
 
instance.Location = value
 
value = instance.Location

            

            
[CompilerGeneratedAttribute()]
public: __property string* get_Location();
public: __property void set_Location( 
   string* value
);
[CompilerGeneratedAttribute()]
public:
property string* Location {
   string* get();
   void set (    string* value);
}

Property Value

A System.String that represents the path of 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.