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