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