DiffSegment.ModifiedStartOffset Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'Declaration
Public Property ModifiedStartOffset As Long
public long ModifiedStartOffset { get; set; }
public:
property long long ModifiedStartOffset {
    long long get ();
    void set (long long value);
}
member ModifiedStartOffset : int64 with get, set
function get ModifiedStartOffset () : long
function set ModifiedStartOffset (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

DiffSegment Class

Microsoft.TeamFoundation.VersionControl.Common Namespace