ODataAuthenticator - Constructeur (String, String, String)
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.Phone.Auth.UI (dans Microsoft.SharePoint.Client.Phone.Auth.UI.dll)
Syntaxe
'Déclaration
Public Sub New ( _
userName As String, _
password As String, _
domain As String _
)
'Utilisation
Dim userName As String
Dim password As String
Dim domain As String
Dim instance As New ODataAuthenticator(userName, _
password, domain)
public ODataAuthenticator(
string userName,
string password,
string domain
)
Paramètres
- userName
Type : System.String
- password
Type : System.String
- domain
Type : System.String