[YamlIgnoreAttribute]
public required string FileName { get; set; }<YamlIgnoreAttribute>
Public Property FileName As String
Get
Setpublic:
[YamlIgnoreAttribute]
property String^ FileName {
String^ get ();
void set (String^ value);
}[<YamlIgnoreAttribute>]
member FileName : string with get, set