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