| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function NewNamesOfIntendedRecipientsOfResultsRow() As MWLDataset.NamesOfIntendedRecipientsOfResultsRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MWLDataset.NamesOfIntendedRecipientsOfResultsDataTable Dim value As MWLDataset.NamesOfIntendedRecipientsOfResultsRow value = instance.NewNamesOfIntendedRecipientsOfResultsRow() | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public MWLDataset.NamesOfIntendedRecipientsOfResultsRow NewNamesOfIntendedRecipientsOfResultsRow() | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: MWLDataset.NamesOfIntendedRecipientsOfResultsRow^ NewNamesOfIntendedRecipientsOfResultsRow(); | |
Return Value
The new MWLDataset.NamesOfIntendedRecipientsOfResultsRow object.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code