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