IdentifierStruct constructor (Identifier)
Initializes a new instance of the class by using the properties of the specified Identifier object.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
identifier As Identifier _
)
'Usage
Dim identifier As Identifier
Dim instance As New IdentifierStruct(identifier)
public IdentifierStruct(
Identifier identifier
)
Parameters
identifier
Type: Microsoft.SharePoint.BusinessData.Administration.IdentifierThe Identifier object.