Method GetGuid
GetGuid(int)
Returns the GUID value of the specified field.
public Guid GetGuid(int i)
Parameters
iintThe index of the field to find.
Returns
- Guid
 The GUID value of the specified field.
Exceptions
- IndexOutOfRangeException
 The index passed was outside the range of 0 through FieldCount.