| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function NewDICOMServerEventLogRow() As DicomEventLogDataSet.DICOMServerEventLogRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomEventLogDataSet.DICOMServerEventLogDataTable Dim value As DicomEventLogDataSet.DICOMServerEventLogRow value = instance.NewDICOMServerEventLogRow() | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public DicomEventLogDataSet.DICOMServerEventLogRow NewDICOMServerEventLogRow() | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: DicomEventLogDataSet.DICOMServerEventLogRow^ NewDICOMServerEventLogRow(); | |
Return Value
The new DicomEventLogDataSet.DICOMServerEventLogRow 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