Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property PostedFile As PostedFile |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FileUploadEventArgs Dim value As PostedFile value = instance.PostedFile |
C# | |
---|---|
public PostedFile PostedFile {get;} |
C++/CLI | |
---|---|
public: property PostedFile^ PostedFile { PostedFile^ get(); } |
Target Platforms: Microsoft .NET Framework 2.0