[This is preliminary documentation and is subject to change.]
Returns source's file name
Namespace: NFX.CodeAnalysis.SourceAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string Name { get; }
public string Name { get; }
Public ReadOnly Property Name As String
Get
Public ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () sealed;
}
public:
virtual property String^ Name {
String^ get () sealed;
}
abstract Name : string with get
override Name : string with get
abstract Name : string with get
override Name : string with get
Property Value
Type:
StringImplements
ISourceText Name