Note: This API is now obsolete.
[ObsoleteAttribute("Property is deprecated. Please use FilePath instead.")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public string FileName { get; set; }
<ObsoleteAttribute("Property is deprecated. Please use FilePath instead.")> <EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Property FileName As String Get Set
public: [ObsoleteAttribute(L"Property is deprecated. Please use FilePath instead.")] [EditorBrowsableAttribute(EditorBrowsableState::Never)] property String^ FileName { String^ get (); void set (String^ value); }
[<ObsoleteAttribute("Property is deprecated. Please use FilePath instead.")>] [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] member FileName : string with get, set
function get_FileName(); function set_FileName(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.