Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
DPSFViewerParameterAttribute
|
|
A user-friendly description of what the field/method/property does.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public string Description { get; set; }
|
Visual Basic
|
Public Property Description As String
Get
Set
|
Visual C++
|
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
|
Property Value
Type: String
See Also
DPSFViewerParameterAttribute Class
DPSFViewerParameterAttribute Members
DPSF Namespace
Send comments on this topic to
|