FileDiffBlock.ModifiedLines Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "mLines", EmitDefaultValue := False)> _
Public Property ModifiedLines As List(Of String)
[DataMemberAttribute(Name = "mLines", EmitDefaultValue = false)]
public List<string> ModifiedLines { get; set; }
[DataMemberAttribute(Name = L"mLines", EmitDefaultValue = false)]
public:
property List<String^>^ ModifiedLines {
List<String^>^ get ();
void set (List<String^>^ value);
}
[<DataMemberAttribute(Name = "mLines", EmitDefaultValue = false)>]
member ModifiedLines : List<string> with get, set
function get ModifiedLines () : List<String>
function set ModifiedLines (value : List<String>)
Property Value
Type: System.Collections.Generic.List<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace