Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub New ( _
context As ClientRuntimeContext, _
typeId As String, _
propertyName As String _
)
'Usage
Dim context As ClientRuntimeContext
Dim typeId As String
Dim propertyName As String
Dim instance As New ObjectPathStaticProperty(context, _
typeId, propertyName)
public ObjectPathStaticProperty(
ClientRuntimeContext context,
string typeId,
string propertyName
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
- typeId
Type: System.String
- propertyName
Type: System.String
See Also
Reference
ObjectPathStaticProperty Class