Freigeben über


ConnectionCompletedEventArgs.Status Property

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
Public Property Status As ConnectionCompletedEventArgs.CompletionStatus
public ConnectionCompletedEventArgs.CompletionStatus Status { get; private set; }
public:
property ConnectionCompletedEventArgs::CompletionStatus Status {
    ConnectionCompletedEventArgs::CompletionStatus get ();
    private: void set (ConnectionCompletedEventArgs::CompletionStatus value);
}
member Status : ConnectionCompletedEventArgs.CompletionStatus with get, private set
function get Status () : ConnectionCompletedEventArgs.CompletionStatus 
private function set Status (value : ConnectionCompletedEventArgs.CompletionStatus)

Property Value

Type: Microsoft.VisualStudio.Services.Integration.ConnectionCompletedEventArgs.CompletionStatus

.NET Framework Security

See Also

Reference

ConnectionCompletedEventArgs Class

Microsoft.VisualStudio.Services.Integration Namespace