SIFWorks ADK 2.0
GetZoneAttribute Method (zoneId, attr, defaultValue)
NamespacesEdustructures.SifWorks.Tools.CfgAgentConfigGetZoneAttribute(String, String, String)

[This is preliminary documentation and is subject to change.]

Gets the value of a <zone> node attribute.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string GetZoneAttribute(
	string zoneId,
	string attr,
	string defaultValue
)
Public Overridable Function GetZoneAttribute ( _
	zoneId As String, _
	attr As String, _
	defaultValue As String _
) As String
public:
virtual String^ GetZoneAttribute (
	String^ zoneId, 
	String^ attr, 
	String^ defaultValue
)
Parameters
zoneId (String)
The zone ID
attr (String)
The name of the attribute
defaultValue (String)
The value that will be returned if the attribute is not defined

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10