IPsecParameters.PfsGroup Property
Optional. The PfsGroup type that will be used on the connection.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public string PfsGroup { get; set; }
public:
property String^ PfsGroup {
String^ get();
void set(String^ value);
}
member PfsGroup : string with get, set
Public Property PfsGroup As String
Property Value
Type: System.String
See Also
IPsecParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top