LookupSPUserProperty.PropertyName - Propriété
Obtient ou définit le nom d'une propriété de l'utilisateur principal SharePoint ou d'une propriété de groupe à rechercher.
Espace de noms : Microsoft.SharePoint.WorkflowServices.Activities
Assembly : Microsoft.SharePoint.WorkflowServices.Activities (dans Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntaxe
'Déclaration
<RequiredArgumentAttribute> _
Public Property PropertyName As InArgument(Of String)
Get
Set
'Utilisation
Dim instance As LookupSPUserProperty
Dim value As InArgument(Of String)
value = instance.PropertyName
instance.PropertyName = value
[RequiredArgumentAttribute]
public InArgument<string> PropertyName { get; set; }
Valeur de propriété
Type : System.Activities.InArgument<String>
Voir aussi
Référence
LookupSPUserProperty - Membres
Microsoft.SharePoint.WorkflowServices.Activities - Espace de noms