ConnectedServiceAuthenticator.View Property

Definition

Gets or sets the Framework Element that should be displayed in the UI to allow the user to authenticate to the service.

public:
 property System::Windows::FrameworkElement ^ View { System::Windows::FrameworkElement ^ get(); void set(System::Windows::FrameworkElement ^ value); };
public System.Windows.FrameworkElement View { get; set; }
member this.View : System.Windows.FrameworkElement with get, set
Public Property View As FrameworkElement

Property Value

Returns FrameworkElement.

Remarks

The space available for this view is 192px (w) X 64px (h).

Applies to