ESRI.ArcGIS.ADF.ArcGISServer
IsByRef Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > RasterDef Class : IsByRef Property




Indicates if the Raster column value is to be managed by GeoDatabase.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property IsByRef As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterDef
Dim value As Boolean
 
instance.IsByRef = value
 
value = instance.IsByRef
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public bool IsByRef {get; set;}

See Also

© 2010 All Rights Reserved.