Compartilhar via


GadgetInfo.AccName Property

 

Gets and sets the name of the Acc.

Namespace:   Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public string AccName { get; set; }
public:
property String^ AccName {
    String^ get();
    void set(String^ value);
}
Public Property AccName As String

Property Value

Type: System.String

The name of the Acc.

See Also

GadgetInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace

Return to top