SearchForChildByTag()

SecurityElement::SearchForChildByTag(const String&) method

Gets child tag by name.

SecurityElement System::Security::SecurityElement::SearchForChildByTag(const String &tag)

Arguments

ParameterTypeDescription
tagconst String&Tag name to look for.

Return Value

Child element or null if not found.

See Also