| 
            
              PatchLength1 Property
             | 
          
        
        
            Number of lines from source contained in this patch
            
        
        Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic int Length1 { get; set; }Public Property Length1 As Integer
	Get
	Set
public:
property int Length1 {
	int get ();
	void set (int value);
}member Length1 : int with get, set
function get_Length1();
function set_Length1(value);
 View SourceProperty Value
Int32
See Also