GitQueryCommitsCriteria.Author Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "author", EmitDefaultValue := False)> _
Public Property Author As String
[DataMemberAttribute(Name = "author", EmitDefaultValue = false)]
public string Author { get; set; }
[DataMemberAttribute(Name = L"author", EmitDefaultValue = false)]
public:
property String^ Author {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "author", EmitDefaultValue = false)>]
member Author : string with get, set
function get Author () : String
function set Author (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.