| Visual Basic (Declaration) | |
|---|---|
<DefaultValueAttribute()> <DartDescriptionAttribute("Number of seconds to wait when no posted data is received before considering upload a failure")> Public Property Timeout As Long | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UploadManager Dim value As Long instance.Timeout = value value = instance.Timeout | |
| C# | |
|---|---|
[DefaultValueAttribute()] [DartDescriptionAttribute("Number of seconds to wait when no posted data is received before considering upload a failure")] public long Timeout {get; set;} | |
| C++/CLI | |
|---|---|
[DefaultValueAttribute()] [DartDescriptionAttribute("Number of seconds to wait when no posted data is received before considering upload a failure")] public: property int64 Timeout { int64 get(); void set ( int64 value); } | |
Target Platforms: Microsoft .NET Framework 2.0
Copy Code