다음을 통해 공유


TaskQuickStatus.Mark Property

 

Gets or sets a localized string that is displayed in the status column.

Namespace:   Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly:  HomeAddinContract (in HomeAddinContract.dll)

Syntax

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

Property Value

Type: System.String

A String.

Remarks

If this value is null, N/A (not available) is shown.

See Also

TaskQuickStatus Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace

Return to top