IScriptExtent.File Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The filename the extent includes, or null if the extent is not included in any file.
public:
property System::String ^ File { System::String ^ get(); };
public:
property Platform::String ^ File { Platform::String ^ get(); };
public string File { get; }
public string? File { get; }
[System.Runtime.CompilerServices.Nullable(2)]
public string? File { [System.Runtime.CompilerServices.NullableContext(2)] get; }
member this.File : string
[<System.Runtime.CompilerServices.Nullable(2)>]
[<get: System.Runtime.CompilerServices.NullableContext(2)>]
member this.File : string
Public ReadOnly Property File As String
Property Value
- Attributes