UserLoginInfo.ProviderDisplayName 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 display name for the provider.
public:
property System::String ^ ProviderDisplayName { System::String ^ get(); void set(System::String ^ value); };
public string ProviderDisplayName { get; set; }
public string? ProviderDisplayName { get; set; }
member this.ProviderDisplayName : string with get, set
Public Property ProviderDisplayName As String
Property Value
The display name for the provider.
Remarks
Examples of the display name may be local, FACEBOOK, Google, etc.