Compartilhar via


ConnectionTypeProperties.LastModifiedTime Propriedade

 

Opcional. Obtém ou define a hora da última modificação do tipo de conexão.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public DateTimeOffset LastModifiedTime { get; set; }
public:
property DateTimeOffset LastModifiedTime {
    DateTimeOffset get();
    void set(DateTimeOffset value);
}
member LastModifiedTime : DateTimeOffset with get, set
Public Property LastModifiedTime As DateTimeOffset

Valor de propriedade

Type: System.DateTimeOffset

Consulte também

Classe ConnectionTypeProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo