VsaItem.ItemType Property
Namespace: Microsoft.VisualBasic.Vsa
Assembly: Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)
Syntax
'Declaración
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.