SPObjectSharingInformation.AnonymousEditLink - Propriété
Obtient le lien Modifier anonyme pour l'objet sécurisable, ou une chaîne vide si le lien n'est pas disponible.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property AnonymousEditLink As String
Get
Private Set
'Utilisation
Dim instance As SPObjectSharingInformation
Dim value As String
value = instance.AnonymousEditLink
public string AnonymousEditLink { get; private set; }
Valeur de propriété
Type : System.String
Le lien Modifier anonyme ou une chaîne vide.
Voir aussi
Référence
SPObjectSharingInformation classe