ConnectionUpdateParameters.Properties Propriedade
Obrigatório. Obtém ou define as propriedades da conexão.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public ConnectionUpdateProperties Properties { get; set; }
public:
property ConnectionUpdateProperties^ Properties {
ConnectionUpdateProperties^ get();
void set(ConnectionUpdateProperties^ value);
}
member Properties : ConnectionUpdateProperties with get, set
Public Property Properties As ConnectionUpdateProperties
Valor de propriedade
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateProperties
Consulte também
Classe ConnectionUpdateParameters
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo