[CanBeNullAttribute]
public string FileName { get; }
<CanBeNullAttribute>
Public ReadOnly Property FileName As String
Get
public:
[CanBeNullAttribute]
property String^ FileName {
String^ get ();
}
[<CanBeNullAttribute>]
member FileName : string with get