IODescriptionAttribute::Description Property

 

Gets the description.

Namespace:   System.IO
Assembly:  System (in System.dll)

public:
property String^ Description {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The description for the event, extender, or property.

For more information about using attributes, see Extending Metadata Using Attributes.

.NET Framework
Available since 1.1
Return to top
Show: