| Visual Basic (Declaration) | |
|---|---|
Public Property State As FileUploadState | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As FileUploadInfo Dim value As FileUploadState instance.State = value value = instance.State | |
| C# | |
|---|---|
public FileUploadState State {get; set;} | |
| Delphi | |
|---|---|
public read-write property State: FileUploadState; | |
| JScript | |
|---|---|
public function get,set State : FileUploadState | |
| Managed Extensions for C++ | |
|---|---|
public: __property FileUploadState get_State(); public: __property void set_State( FileUploadState value ); | |
| C++/CLI | |
|---|---|
public: property FileUploadState State { FileUploadState get(); void set ( FileUploadState value); } | |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family