ConnectedServiceAuthenticator.View Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).