ESRI.ArcGIS.ADF.ArcGISServer
GlobalIDFieldName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DETable Class : GlobalIDFieldName Property




The name of the GlobalID Field.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=10)>
Public Property GlobalIDFieldName As String
Visual Basic (Usage)Copy Code
Dim instance As DETable
Dim value As String
 
instance.GlobalIDFieldName = value
 
value = instance.GlobalIDFieldName
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=10)]
public string GlobalIDFieldName {get; set;}

See Also

© 2010 All Rights Reserved.