PropertyStoreItem Property (Int32) |
Gets property by index
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic PropertyStoreProperty this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PropertyStoreProperty
Get
public:
property PropertyStoreProperty^ default[int index] {
PropertyStoreProperty^ get (int index);
}
member Item : PropertyStoreProperty with get
Parameters
- index
- Type: SystemInt32
Property index
Return Value
Type:
PropertyStorePropertyThe property
See Also