[This is preliminary documentation and is subject to change.]
Returns include paths that are searched for included files
Namespace: NFX.RelationalModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<string> IncludePaths { get; }
public IEnumerable<string> IncludePaths { get; }
Public ReadOnly Property IncludePaths As IEnumerable(Of String)
Get
Public ReadOnly Property IncludePaths As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ IncludePaths {
IEnumerable<String^>^ get ();
}
public:
property IEnumerable<String^>^ IncludePaths {
IEnumerable<String^>^ get ();
}
member IncludePaths : IEnumerable<string> with get
member IncludePaths : IEnumerable<string> with get
Property Value
Type:
IEnumerable
String