IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

GetFieldValue Method

Get the value of the field indicated from a record.

Syntax

[VB.NET]
Public Function GetFieldValue(ByVal RecordIndex As Integer, ByVal FieldName As String) As String
[C#]
public string GetFieldValue(int recordIndex, string fieldName);

Remarks

This method will get the value of the DNS record field specified by FieldName from the DNS record at RecordIndex. If no such field exists for that record type, the component throws an exception.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0