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




Gets or sets the location of the created media object.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public Property Location As String
Visual Basic (Usage)Copy Code
Dim instance As MediaLocation
Dim value As String
 
instance.Location = value
 
value = instance.Location
C# 
[CompilerGeneratedAttribute()]
public string Location {get; set;}
Managed Extensions for C++ 
[CompilerGeneratedAttribute()]
public: __property string* get_Location();
public: __property void set_Location( 
   string* value
);
C++/CLI 
[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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also