Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property CheckinAction As WorkItemCheckinAction
'Usage
Dim instance As WorkItemCheckinInfo
Dim value As WorkItemCheckinAction
value = instance.CheckinAction
instance.CheckinAction = value
public WorkItemCheckinAction CheckinAction { get; set; }
public:
property WorkItemCheckinAction CheckinAction {
WorkItemCheckinAction get ();
void set (WorkItemCheckinAction value);
}
public function get CheckinAction () : WorkItemCheckinAction
public function set CheckinAction (value : WorkItemCheckinAction)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckinAction
.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.