LookupDuration - Constructeur
Crée une instance de la classe LookupDuration .
Espace de noms : Microsoft.ProjectServer.Client
Assembly : Microsoft.ProjectServer.Client (dans Microsoft.ProjectServer.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
context As ClientRuntimeContext, _
objectPath As ObjectPath _
)
'Utilisation
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath
Dim instance As New LookupDuration(context, _
objectPath)
public LookupDuration(
ClientRuntimeContext context,
ObjectPath objectPath
)
Paramètres
context
Type : Microsoft.SharePoint.Client.ClientRuntimeContextContexte d'exécution du client pour l'utilisation des objets à distance.
objectPath
Type : Microsoft.SharePoint.Client.ObjectPathLe chemin d'accès de l'objet dans le contexte de client.