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

Location Property







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 string Location {get; set;}
CompilerGeneratedAttribute()
 get_Location();
set_Location(value);
[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: 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.