Url Property
Summary
Gets or sets the URL to be used for download or upload.
Syntax
[DataMemberAttribute(Name="Url", IsRequired=true)]
public string Url { get; set; }
<DataMemberAttribute(Name="Url", IsRequired=True)>
Public Property Url As String
[DataMemberAttribute(Name="Url", IsRequired=true)]
public:
property String^ Url {
String^ get();
void set ( String^ );
}
Property Value
A System.String that specifies the URL uploading and downloading data.