GatewayResetSharedKeyParameters.KeyLength Property

Optional. The number of bytes in the shared key. Minimum is 1 and maximum is 128

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

Usage

'Usage
Dim instance As GatewayResetSharedKeyParameters
Dim value As Integer

value = instance.KeyLength

instance.KeyLength = value

Syntax

'Declaration
Public Property KeyLength As Integer
public int KeyLength { get; set; }
public:
property int KeyLength {
    int get ();
    void set (int value);
}
/** @property */
public int get_KeyLength ()

/** @property */
public void set_KeyLength (int value)
public function get KeyLength () : int

public function set KeyLength (value : int)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

GatewayResetSharedKeyParameters Class
GatewayResetSharedKeyParameters Members
Microsoft.WindowsAzure.Management.Network.Models Namespace