TabletDevice.ProductId Egenskap

Definition

Hämtar produktidentifieraren för surfplattan.

public:
 property System::String ^ ProductId { System::String ^ get(); };
public string ProductId { get; }
member this.ProductId : string
Public ReadOnly Property ProductId As String

Egenskapsvärde

Produktidentifieraren för surfplattan.

Exempel

Följande kodexempel visar egenskapen ProductId .

textbox1.AppendText("ProductId: " + myTabletDevice.ProductId + "\n");
textbox1.AppendText("ProductId: " & myTabletDevice.ProductId & vbCrLf)

Kommentarer

Tillverkaren av surfplattan ansvarar för att lägga till den här strängen. Returvärdet är tomt om surfplattan inte har någon identifierare.

Gäller för