ObjectSharingInformationUser.SipAddress - Propriété
Obtient l'adresse de protocole SIP (Session Initiation) de l'utilisateur.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SipAddress As String
Get
'Utilisation
Dim instance As ObjectSharingInformationUser
Dim value As String
value = instance.SipAddress
public string SipAddress { get; }
Valeur de propriété
Type : System.String
L'adresse SIP de l'utilisateur.
Voir aussi
Référence
ObjectSharingInformationUser classe