VsaItem.ItemType Property

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

Syntax

'Declaration
Public ReadOnly Property ItemType As VsaItemType
    Get
public VsaItemType ItemType { get; }
public:
virtual property VsaItemType ItemType {
    VsaItemType get () sealed;
}
abstract ItemType : VsaItemType
override ItemType : VsaItemType
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