HidCollection.Type Property

Definition

Gets the collection type.

public:
 property HidCollectionType Type { HidCollectionType get(); };
HidCollectionType Type();
public HidCollectionType Type { get; }
var hidCollectionType = hidCollection.type;
Public ReadOnly Property Type As HidCollectionType

Property Value

A HidCollectionType object.

Applies to

See also