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