ESRI.ArcGIS.ADF.ArcGISServer
Owner Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Domain Class : Owner Property




The owner of the domain.

Syntax

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

See Also

© 2010 All Rights Reserved.