Share via


TabletPropertyDescription.PacketPropertyId Property

TabletPropertyDescription.PacketPropertyId Property

Gets the identifier for the type of packet property.

Definition

Visual Basic .NET Public ReadOnly Property PacketPropertyId As Guid
C# public Guid PacketPropertyId { get; }
Managed C++ public: __property Guid* get_PacketPropertyId();

Property Value

System.Guid. The identifier for the type of packet property. This Guid Leave Site is one of the PacketProperty fields.

This property is read-only. This property has no default value.

Examples

[C#]

This C# example gets the identifier of the packet property for the TabletPropertyDescription, theTabletPropertyDescription.

Guid theTabletPropertyDescriptionID = theTabletPropertyDescription.PacketPropertyId;
                

[VB.NET]

This Microsoft® Visual Basic® .NET example gets the identifier of the packet property for the TabletPropertyDescription, theTabletPropertyDescription.

Dim theTabletPropertyDescriptionID As Guid = theTabletPropertyDescription.PacketPropertyId