XmlUrlDataSource.AuthUserName Property
Gets or sets the user name to authorize.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property AuthUserName As String
Get
Set
'Usage
Dim instance As XmlUrlDataSource
Dim value As String
value = instance.AuthUserName
instance.AuthUserName = value
public string AuthUserName { get; set; }
Property Value
Type: System.String
A string that contains the user name to authorize.