| 
            
              FileExporterModelIdentifier Property
             | 
          
        
        
            Gets or sets the model identifier to be exported to the output file.
            
        
        Namespace: EpriExportAssembly: EpriExport (in EpriExport.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
public string ModelIdentifier { get; set; }<ConnectionStringParameterAttribute>
Public Property ModelIdentifier As String
	Get
	Set
public:
[ConnectionStringParameterAttribute]
property String^ ModelIdentifier {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
member ModelIdentifier : string with get, set
function get_ModelIdentifier();
function set_ModelIdentifier(value);
 View SourceProperty Value
String
See Also