AdhocParameter.Description Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Classes Namespace > AdhocParameter Class > AdhocParameter Properties >

AdhocParameter.Description Property

Gets or sets the description of the object.

Namespace: BNCS.Core.DriverFramework.Classes
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public string Description { get; set; }

Field Value

The description.

 

Remarks


The description can only be set by classes that inherit from the current class.

 

See Also


AdhocParameter Class

BNCS.Core.DriverFramework.Classes Namespace