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