Share via


IdentifierCollection.Create method

Creates a new Identifier.

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

Syntax

'Declaration
Public Function Create ( _
    name As String, _
    isCached As Boolean, _
    typeName As String _
) As Identifier
'Usage
Dim instance As IdentifierCollection
Dim name As String
Dim isCached As Boolean
Dim typeName As String
Dim returnValue As Identifier

returnValue = instance.Create(name, isCached, _
    typeName)
public Identifier Create(
    string name,
    bool isCached,
    string typeName
)

Parameters

  • isCached
    Type: System.Boolean

    true if the Identifier is to be cached; otherwise, false.

Return value

Type: Microsoft.SharePoint.BusinessData.Administration.Identifier
The new Identifier.

See also

Reference

IdentifierCollection class

IdentifierCollection members

Microsoft.SharePoint.BusinessData.Administration namespace