Share via


PropertyStruct constructor

Initializes a new instance of the class.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    metadataObjectId As UInteger, _
    name As String, _
    typeName As String, _
    value As Object, _
    settingId As String _
)
'Usage
Dim metadataObjectId As UInteger
Dim name As String
Dim typeName As String
Dim value As Object
Dim settingId As String

Dim instance As New PropertyStruct(metadataObjectId, _
    name, typeName, value, settingId)
public PropertyStruct(
    uint metadataObjectId,
    string name,
    string typeName,
    Object value,
    string settingId
)

Parameters

  • metadataObjectId
    Type: System.UInt32

    The metadata object identifier.

  • settingId
    Type: System.String

    The identifier of the location setting in which to read the property.

See also

Reference

PropertyStruct class

PropertyStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace