Syntax
| Visual Basic (Declaration) | |
|---|
Public Property BackupTemplateFilesLocation As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SettingsState
Dim value As String
instance.BackupTemplateFilesLocation = value
value = instance.BackupTemplateFilesLocation |
| C# | |
|---|
public string BackupTemplateFilesLocation {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_BackupTemplateFilesLocation();
public: __property void set_BackupTemplateFilesLocation(
string* value
); |
| C++/CLI | |
|---|
public:
property String^ BackupTemplateFilesLocation {
String^ get();
void set ( String^ value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also