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!

SecurityElement.AddChild

Adds child element to the XML element.

[Visual Basic]
Public Sub AddChild( _
   ByVal child As SecurityElement _
)
[C#]
public void AddChild(
   SecurityElement child
);
[C++]
public: void AddChild(
   SecurityElement* child
);
[JScript]
public function AddChild(
   child : SecurityElement
);

Parameters

child
child element to add

Remarks

The child element is added following any previously existing child elements.

See Also

SecurityElement Class | SecurityElement Members | System.Security Namespace