LookupSPUserProperty - Constructeur (InArgument<Int32>, InArgument<String>)
Initialise une nouvelle instance de la classe LookupSPUserProperty .
Espace de noms : Microsoft.SharePoint.WorkflowServices.Activities
Assembly : Microsoft.SharePoint.WorkflowServices.Activities (dans Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntaxe
'Déclaration
Public Sub New ( _
principalId As InArgument(Of Integer), _
propertyName As InArgument(Of String) _
)
'Utilisation
Dim principalId As InArgument(Of Integer)
Dim propertyName As InArgument(Of String)
Dim instance As New LookupSPUserProperty(principalId, _
propertyName)
public LookupSPUserProperty(
InArgument<int> principalId,
InArgument<string> propertyName
)
Paramètres
principalId
Type : System.Activities.InArgument<Int32>Identificateur de l'utilisateur principal de SharePoint ou le groupe contenant la propriété à rechercher.
propertyName
Type : System.Activities.InArgument<String>Le nom de la propriété principal utilisateur de SharePoint ou groupe à rechercher.
Voir aussi
Référence
LookupSPUserProperty - Membres
LookupSPUserProperty - Surcharge
Microsoft.SharePoint.WorkflowServices.Activities - Espace de noms