|
PatchLength2 Property
|
Number of lines from target contained in this patch
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+6cd8c2deb04a1aae6d4ac315ff222aabe4b2a6dd
Syntaxpublic int Length2 { get; set; }Public Property Length2 As Integer
Get
Set
public:
property int Length2 {
int get ();
void set (int value);
}member Length2 : int with get, set
function get_Length2();
function set_Length2(value);
View SourceProperty Value
Int32
See Also