[This is preliminary documentation and is subject to change.]
Determines the prefix for output names
Namespace: NFX.RelationalModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$out-name-prefix")]
public string OutputPrefix { get; set; }
[ConfigAttribute("$out-name-prefix")]
public string OutputPrefix { get; set; }
<ConfigAttribute("$out-name-prefix")>
Public Property OutputPrefix As String
Get
Set
<ConfigAttribute("$out-name-prefix")>
Public Property OutputPrefix As String
Get
Set
public:
[ConfigAttribute(L"$out-name-prefix")]
property String^ OutputPrefix {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute(L"$out-name-prefix")]
property String^ OutputPrefix {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute("$out-name-prefix")>]
member OutputPrefix : string with get, set
[<ConfigAttribute("$out-name-prefix")>]
member OutputPrefix : string with get, set
Property Value
Type:
String