LetterContentClass.SenderGender Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Property SenderGender As WdSalutationGender
Get
Set
'Usage
Dim instance As LetterContentClass
Dim value As WdSalutationGender
value = instance.SenderGender
instance.SenderGender = value
public virtual WdSalutationGender SenderGender { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdSalutationGender