| PropertyStoreItem Property (Int32) | 
            Gets property by index
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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