ItemId(String) Constructor

Definition

Initializes a new instance of ItemId.

public:
 ItemId(System::String ^ uniqueId);
public ItemId (string uniqueId);
Public Sub New (uniqueId As String)

Parameters

uniqueId
String

The unique Id used to initialize the ItemId.

Applies to