SPQAT.DataUrl Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DataUrl As String
Get
Set
'Usage
Dim instance As SPQAT
Dim value As String
value = instance.DataUrl
instance.DataUrl = value
public string DataUrl { get; set; }
Property Value
Type: System.String