ConnectionStringInfo.Type Property

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

Syntax

'Declaration
Public Property Type As Integer
public int Type { get; set; }
public:
property int Type {
    int get ();
    void set (int value);
}
member Type : int with get, set
function get Type () : int 
function set Type (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ConnectionStringInfo Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace