AccessControlListRule.Description Property

 

Gets or sets the description of the access control list rule.

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

Syntax

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

Property Value

Type: System.String

The description.

See Also

AccessControlListRule Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top