Share via


IPsecParameters.SALifeTimeSeconds Property

 

Optional.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

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

Property Value

Type: System.Int32

See Also

IPsecParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top