DiffOptions.SourceLabel Property
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Декларация
Public Property SourceLabel As String
Get
Set
public string SourceLabel { get; set; }
public:
property String^ SourceLabel {
String^ get ();
void set (String^ value);
}
member SourceLabel : string with get, set
function get SourceLabel () : String
function set SourceLabel (value : String)
Property Value
Type: System.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.