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.UInt32The metadata object identifier (ID).
LCID
Type: System.UInt32The LCID representing the language.
vlue
Type: System.StringThe localized name.
settingId
Type: System.StringThe identifier of the location setting from which to read resources.