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