See Also: OutletAttribute Members
This property is used to flag properties that need to be exposed as outlets to the Objective-C world. This is used both by the designer support as well connecting the managed object with the unmanaged Objective-C outlet.
C# Example
	    [Outlet ("mainWindow")]
	    UIWindows mainWindow  { get; set; }