public IFileControl FileControl { get; set; }Public Property FileControl As IFileControl
Get
Setpublic:
property IFileControl^ FileControl {
IFileControl^ get ();
void set (IFileControl^ value);
}member FileControl : IFileControl with get, set