VsaItem.ItemType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualBasic.Vsa
Assembly:  Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)

Syntax

'Declaration
Public ReadOnly Property ItemType As VsaItemType
public VsaItemType ItemType { get; }
public:
virtual property VsaItemType ItemType {
    VsaItemType get () sealed;
}
abstract ItemType : VsaItemType with get 
override ItemType : VsaItemType with get
final function get ItemType () : VsaItemType

Property Value

Type: Microsoft.Vsa.VsaItemType

Implements

IVsaItem.ItemType

.NET Framework Security

See Also

Reference

VsaItem Class

Microsoft.VisualBasic.Vsa Namespace