Конструктор Authenticator (String, String)
Пространство имен: Microsoft.SharePoint.Client
Сборка: Microsoft.SharePoint.Client.Phone.Auth.UI (в Microsoft.SharePoint.Client.Phone.Auth.UI.dll)
Синтаксис
'Декларация
Public Sub New ( _
userName As String, _
password As String _
)
'Применение
Dim userName As String
Dim password As String
Dim instance As New Authenticator(userName, _
password)
public Authenticator(
string userName,
string password
)
Параметры
- userName
Тип: System.String
- password
Тип: System.String