MsoEnvelopeClass.Item Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Item As Object
Get
'Usage
Dim instance As MsoEnvelopeClass
Dim value As Object
value = instance.Item
public virtual Object Item { get; }
Property Value
Type: System.Object