Share via


NetworkListResponse.Subnet.NetworkSecurityGroup Property

 

Optional. Name of Network Security Group associated with this subnet.

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

Syntax

public string NetworkSecurityGroup { get; set; }
public:
property String^ NetworkSecurityGroup {
    String^ get();
    void set(String^ value);
}
member NetworkSecurityGroup : string with get, set
Public Property NetworkSecurityGroup As String

Property Value

Type: System.String

See Also

NetworkListResponse.Subnet Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top