| StateCollectionItem Property (String) |
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public State this[
string stateName
] { get; }
Public ReadOnly Default Property Item (
stateName As String
) As State
Get
public:
property State^ default[String^ stateName] {
State^ get (String^ stateName);
}
member Item : State with get
Parameters
- stateName
- Type: SystemString
The name of the State.
Return Value
Type:
State
The
State with the specified name, or
null if there is no such
State.
See Also