Compartilhar via


Authenticator.UagServerUrl propriedade

Obtém ou define a url do servidor UAG. Autenticar método precisa ser chamado após configurar a url do servidor UAG.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Phone.Auth.UI (em Microsoft.SharePoint.Client.Phone.Auth.UI.dll)

Sintaxe

'Declaração
Public Property UagServerUrl As Uri
    Get
    Set
'Uso
Dim instance As Authenticator
Dim value As Uri

value = instance.UagServerUrl

instance.UagServerUrl = value
public Uri UagServerUrl { get; set; }

Valor de propriedade

Tipo: System.Uri
String

Ver também

Referência

Authenticator classe

Authenticator membros

Microsoft.SharePoint.Client namespace