Gets a version identifier for this text source.
            Returns null for unversioned text sources.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public ITextSourceVersion Version { get; }
Public ReadOnly Property Version As ITextSourceVersion Get
public: virtual property ITextSourceVersion^ Version { ITextSourceVersion^ get () sealed; }
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238

