ESRI.ArcGIS.ADF.ArcGISServer
PrimaryField Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DERasterBand Class : PrimaryField Property




Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=6)>
Public Property PrimaryField As Integer
Visual Basic (Usage)Copy Code
Dim instance As DERasterBand
Dim value As Integer
 
instance.PrimaryField = value
 
value = instance.PrimaryField
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=6)]
public int PrimaryField {get; set;}

See Also

© 2010 All Rights Reserved.