QuickObjects.ObjectBase Send comments on this topic.
Implicit Type Conversion(XmlDocumentField) Operator
See Also 
Akal.QuickObjects.ObjectBase Namespace > XmlDocumentField Class > Implicit Type Conversion Operator : Implicit Type Conversion(XmlDocumentField) Operator
fld

XmlDocument

This allows the developer to directly get the value of this field as XmlDocument without having to access the Value property.

Parameters:
Description
fldXmlDocumentField to convert

Syntax

C# 
public XmlDocument operator implicit( 
   XmlDocumentField fld
)

Parameters

fld

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also