Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the identifier for the type of packet property.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public ReadOnly Property PacketPropertyId As Guid
'Usage
Dim instance As TabletPropertyDescription
Dim value As Guid
value = instance.PacketPropertyId
public Guid PacketPropertyId { get; }
public:
property Guid PacketPropertyId {
Guid get ();
}
public function get PacketPropertyId () : Guid
Property Value
Type: System.Guid
The identifier for the type of packet property. This Guid is one of the PacketProperty fields.
Examples
This C# example gets the identifier of the packet property for the TabletPropertyDescription, theTabletPropertyDescription.
Guid theTabletPropertyDescriptionID = theTabletPropertyDescription.PacketPropertyId;
This Microsoft® Visual Basic® .NET example gets the identifier of the packet property for the TabletPropertyDescription, theTabletPropertyDescription.
Dim theTabletPropertyDescriptionID As Guid = theTabletPropertyDescription.PacketPropertyId
Platforms
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
TabletPropertyDescription Class