←Select platform

Url Property

Summary

Gets or sets the URL to be used for download or upload.

Syntax

C#
VB
C++
[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.

Example

For an example, refer to UrlBinaryData.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.DataContracts Assembly