Gets or sets the Name Suffix Of Intended Recipient Of Results.
public string NameSuffixOfIntendedRecipientOfResults {get; set;}
'Declaration
Public Property NameSuffixOfIntendedRecipientOfResults As String
'Usage
Dim instance As MWLDataset.NamesOfIntendedRecipientsOfResultsRow
Dim value As String
instance.NameSuffixOfIntendedRecipientOfResults = value
value = instance.NameSuffixOfIntendedRecipientOfResults
public:
property String^ NameSuffixOfIntendedRecipientOfResults {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String representing the Name Suffix Of Intended Recipient Of Results.