Share via


LocalizedNameStruct 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, _
    LCID As UInteger, _
    vlue As String, _
    settingId As String _
)
'Usage
Dim metadataObjectId As UInteger
Dim LCID As UInteger
Dim vlue As String
Dim settingId As String

Dim instance As New LocalizedNameStruct(metadataObjectId, _
    LCID, vlue, settingId)
public LocalizedNameStruct(
    uint metadataObjectId,
    uint LCID,
    string vlue,
    string settingId
)

Parameters

  • metadataObjectId
    Type: System.UInt32

    The metadata object identifier (ID).

  • settingId
    Type: System.String

    The identifier of the location setting from which to read resources.

See also

Reference

LocalizedNameStruct class

LocalizedNameStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace