| 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 objectTarget Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code