| DSSPropertyItem Property (String) |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:dss_sharp.DSSProperty.Item(System.String)"]
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public DSSProperty this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As DSSProperty
Get
public:
property DSSProperty^ default[String^ key] {
DSSProperty^ get (String^ key);
}
member Item : DSSProperty with get
Parameters
- key
- Type: SystemString
Property Value
Type:
DSSPropertySee Also