|
FileBlockReaderFramesPerSecond Property
|
Gets or sets the frames per second to be used by the FacileActionAdapterBase.
Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.207-beta
Syntax public int FramesPerSecond { get; set; }
Public Property FramesPerSecond As Integer
Get
Set
public:
property int FramesPerSecond {
int get ();
void set (int value);
}
member FramesPerSecond : int with get, set
function get_FramesPerSecond();
function set_FramesPerSecond(value);
View SourceProperty Value
Int32Remarks
Overridden to hide base class attributes.
See Also