Search
ResourceState.Description Property
See Also
 





Gets or sets a description of the resource.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public string Description { get; set; }

Visual Basic  Copy Code

Public Property Description As String

 Property Value

A string specifying the description.

 See Also