PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Attempts to get the value from the dictionary. Returns true if the value exists, false otherwise.
Namespace: Smartsite.Security
Assembly: Smartsite.SXML (in Smartsite.SXML.dll)
Syntax
C# | Copy Code |
---|---|
public bool TryGetValue( string key, out zone ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function TryGetValue ( _ key As , _ <> ByRef zone As _ ) As |
Parameters
- key
- String
The key of the security zone.
- zone
- SXMLSecurityZone%
The zone that belongs to the key.
Return Value
See Also
SXMLSecurityZones Class
Smartsite.Security Namespace