Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Url", IsRequired=True)> Public Property Url As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="Url", IsRequired=true)] public string Url {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Url", IsRequired=true)] public: property String^ Url { String^ get(); void set (String^ value); } |
Return Value
A String that specifies the URL uploading and downloading data.For an example, refer to UrlBinaryData.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family