In This Topic
The request frame list
Syntax
'Declaration
Public ReadOnly Property Frames As System.Integer()
'Usage
Dim instance As WadoEventArgs
Dim value() As System.Integer
value = instance.Frames
public System.int[] Frames {get;}
public read-only property Frames: System.array of Integer;
public function get Frames : System.int[]
public: __property System.int[]* get_Frames();
public:
property System.array<int>^ Frames {
System.array<int>^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also