XmlUrlDataSource.AuthUserName property

Gets or sets the user name to authorize.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

XmlUrlDataSource class

XmlUrlDataSource members

Microsoft.SharePoint.WebControls namespace