Share via


DiffSegment.Type Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Property Type As DiffSegmentType
'Usage
Dim instance As DiffSegment 
Dim value As DiffSegmentType 

value = instance.Type

instance.Type = value
public DiffSegmentType Type { get; set; }
public:
property DiffSegmentType Type {
    DiffSegmentType get ();
    void set (DiffSegmentType value);
}
public function get Type () : DiffSegmentType 
public function set Type (value : DiffSegmentType)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common.DiffSegmentType

.NET Framework Security

See Also

Reference

DiffSegment Class

DiffSegment Members

Microsoft.TeamFoundation.VersionControl.Common Namespace