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