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