OutputDocumentName Property
Summary
The name of the report generated by this compare operation.
Syntax
[DataMemberAttribute(Name="outputDocumentName")]
public string OutputDocumentName {get; set;}
<DataMemberAttribute(Name:="outputDocumentName")>
Public Property OutputDocumentName() As String
Get
Set
public:
[DataMemberAttribute(Name=L"outputDocumentName")]
property String^ OutputDocumentName
{
String^ get()
void set(String^ value)
}
Property Value
The name of the report generated by this compare operation. The default value is null.