ObjectPathProperty constructor
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assembly: 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
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- parent
Type: Microsoft.SharePoint.Client.ObjectPath
- propertyName
Type: System.String