CustomStylusData.CustomDataId Property
CustomStylusData.CustomDataId Property |
Gets a unique identifier for the CustomStylusData object.
Definition
Visual Basic .NET Public ReadOnly Property CustomDataId As Guid C# public Guid CustomDataId { get; } Managed C++ public: __property Guid* get_CustomDataId();
Property Value
System.Guid. Identifier for the custom data.
This property is read-only. This property has no default value.