Description Property (ResourceDescriptor)
In This Topic
Gets or sets the description of the resource.
Syntax
'Declaration
Public Property Description As String
public string Description {get; set;}
Property Value
A
System.String representing the description.
See Also