LookupSPChoiceFieldIndex.FieldName - Propriété
Obtient ou définit le nom du champ SharePoint sélectionné à la recherche.
Espace de noms : Microsoft.SharePoint.WorkflowServices.Activities
Assembly : Microsoft.SharePoint.WorkflowServices.Activities (dans Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntaxe
'Déclaration
<RequiredArgumentAttribute> _
Public Property FieldName As InArgument(Of String)
Get
Set
'Utilisation
Dim instance As LookupSPChoiceFieldIndex
Dim value As InArgument(Of String)
value = instance.FieldName
instance.FieldName = value
[RequiredArgumentAttribute]
public InArgument<string> FieldName { get; set; }
Valeur de propriété
Type : System.Activities.InArgument<String>
Voir aussi
Référence
LookupSPChoiceFieldIndex classe
LookupSPChoiceFieldIndex - Membres
Microsoft.SharePoint.WorkflowServices.Activities - Espace de noms