public Object ContentControl { get; set; }
Public Property ContentControl As Object
Get
Set
public:
virtual property Object^ ContentControl {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract ContentControl : Object with get, set
override ContentControl : Object with get, set