Share via


FileDiffParameters.ModifiedPath Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "modifiedPath", EmitDefaultValue := False)> _
Public Property ModifiedPath As String
[DataMemberAttribute(Name = "modifiedPath", EmitDefaultValue = false)]
public string ModifiedPath { get; set; }
[DataMemberAttribute(Name = L"modifiedPath", EmitDefaultValue = false)]
public:
property String^ ModifiedPath {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "modifiedPath", EmitDefaultValue = false)>]
member ModifiedPath : string with get, set
function get ModifiedPath () : String 
function set ModifiedPath (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

FileDiffParameters Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace