Gets the column name that corresponds to the 'ReferencedFile' in the 'External Store' database table.
protected string ColumnNameReferencedFile {get;}
'Declaration
Protected ReadOnly Property ColumnNameReferencedFile As String
'Usage
Dim instance As ExternalStoreDBDataAccessAgent
Dim value As String
value = instance.ColumnNameReferencedFile
protected:
property String^ ColumnNameReferencedFile {
String^ get();
}
Property Value
the column name that corresponds to the 'ReferencedFile' in the 'External Store' database table.