Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.DataContracts Namespace > UrlBinaryData Class : Url Property |
[DataMemberAttribute(Name="Url", IsRequired=true)] public string Url {get; set;}
'Declaration <DataMemberAttribute(Name="Url", IsRequired=True)> Public Property Url As String
'Usage Dim instance As UrlBinaryData Dim value As String instance.Url = value value = instance.Url
[DataMemberAttribute(Name="Url", IsRequired=true)] public: property String^ Url { String^ get(); void set ( String^ value); }