|
FileExporterComments Property
|
Gets or sets the comments to be exported to the output file.
Namespace: EpriExportAssembly: EpriExport (in EpriExport.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public string Comments { get; set; }
<ConnectionStringParameterAttribute>
Public Property Comments As String
Get
Set
public:
[ConnectionStringParameterAttribute]
property String^ Comments {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
member Comments : string with get, set
function get_Comments();
function set_Comments(value);
View SourceProperty Value
StringSee Also