FileDiff.IdenticalContent Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "identicalContent", EmitDefaultValue := False)> _
Public Property IdenticalContent As Boolean
[DataMemberAttribute(Name = "identicalContent", EmitDefaultValue = false)]
public bool IdenticalContent { get; set; }
[DataMemberAttribute(Name = L"identicalContent", EmitDefaultValue = false)]
public:
property bool IdenticalContent {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "identicalContent", EmitDefaultValue = false)>]
member IdenticalContent : bool with get, set
function get IdenticalContent () : boolean
function set IdenticalContent (value : boolean)
Property Value
Type: System.Boolean
.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