ObjectPathProperty-Konstruktor
Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (in Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub New ( _
context As ClientRuntimeContext, _
parent As ObjectPath, _
propertyName As String _
)
'Usage
Dim context As ClientRuntimeContext
Dim parent As ObjectPath
Dim propertyName As String
Dim instance As New ObjectPathProperty(context, _
parent, propertyName)
public ObjectPathProperty(
ClientRuntimeContext context,
ObjectPath parent,
string propertyName
)
Parameter
- context
Typ: Microsoft.SharePoint.Client.ClientRuntimeContext
- parent
Typ: Microsoft.SharePoint.Client.ObjectPath
- propertyName
Typ: System.String