SIFWorks ADK 2.0
Name Property
NamespacesEdustructures.SifWorksAgentName

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

Gets or sets the descriptive name of the SIF Agent.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string Name{ get; set;}
Public Overridable Property Name As String
public:
virtual property String^ Name {
	String^ get ();
	void set (String^ value);
}
Value
A descriptive name for the agent
Remarks

This string is used to identify the agent whenever a descriptive name is preferred over the agent ID. The class framework uses this string for the value of the <SIF_Name> when during agent registration.

By default, the agent ID is used as the descriptive name. This method must be called at agent initialization time prior to connecting to zones.

See Also

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