GetDeploymentEnvironment.CheckForExpiredCertificate Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
<RequiredArgumentAttribute> _
Public Property CheckForExpiredCertificate As InArgument(Of Boolean)
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public InArgument<bool> CheckForExpiredCertificate { get; set; }
[BrowsableAttribute(true)]
[RequiredArgumentAttribute]
public:
property InArgument<bool>^ CheckForExpiredCertificate {
    InArgument<bool>^ get ();
    void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
[<RequiredArgumentAttribute>]
member CheckForExpiredCertificate : InArgument<bool> with get, set
function get CheckForExpiredCertificate () : InArgument<boolean>
function set CheckForExpiredCertificate (value : InArgument<boolean>)

Property Value

Type: System.Activities.InArgument<Boolean>

.NET Framework Security

See Also

Reference

GetDeploymentEnvironment Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace