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.UInt32The metadata object identifier.
name
Type: System.StringThe name of the property.
typeName
Type: System.StringThe name of the type.
value
Type: System.ObjectThe value of the property.
settingId
Type: System.StringThe identifier of the location setting in which to read the property.