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
- 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.