SIFWorks ADK 2.0
Item Property (key)
NamespacesEdustructures.SifWorksAdkPropertiesItem[([String])]

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

The indexer for the property collection
Declaration Syntax
C#Visual BasicVisual C++
public string this[
	string key
]{ get; set;}
Public Default Property Item ( _
	key As String _
) As String
public:
virtual property String^ default[String^ key] {
	String^ get (String^ key) sealed;
	void set (String^ key, String^ value) sealed;
}
Parameters
key (String)
Remarks
This indexer has the same behavior as the GetProperty(String, Int32) and SetProperty(String, Int32) methods.

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