ODataAuthenticator construtor (String, String, Uri)
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Phone.Auth.UI (em Microsoft.SharePoint.Client.Phone.Auth.UI.dll)
Sintaxe
'Declaração
Public Sub New ( _
userName As String, _
password As String, _
uagServerUrl As Uri _
)
'Uso
Dim userName As String
Dim password As String
Dim uagServerUrl As Uri
Dim instance As New ODataAuthenticator(userName, _
password, uagServerUrl)
public ODataAuthenticator(
string userName,
string password,
Uri uagServerUrl
)
Parâmetros
- userName
Tipo: System.String
- password
Tipo: System.String
- uagServerUrl
Tipo: System.Uri