NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DocumentEditor.GetBoolean

[To be supplied.]

[Visual Basic]
Overridable Public Function GetBoolean( _
   ByVal i As Integer _
) As Boolean
[C#]
public virtual bool GetBoolean(
   int i
);
[C++]
public: virtual bool GetBoolean(
   int i
);
[JScript]
public function GetBoolean(
   i : int
) : Boolean;

Parameters

i
[To be supplied.]

See Also

DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace