| 
            
              UserDataIsAzureAD Property
             | 
          
        
        
            Gets a boolean value that indicates whether the user is defined as an AzureAD account.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntax[XmlElementAttribute]
[DataMemberAttribute(Order = 17)]
public bool IsAzureAD { get; set; }<XmlElementAttribute>
<DataMemberAttribute(Order := 17)>
Public Property IsAzureAD As Boolean
	Get
	Set
public:
[XmlElementAttribute]
[DataMemberAttribute(Order = 17)]
property bool IsAzureAD {
	bool get ();
	void set (bool value);
}[<XmlElementAttribute>]
[<DataMemberAttribute(Order = 17)>]
member IsAzureAD : bool with get, set
function get_IsAzureAD();
function set_IsAzureAD(value);
 View SourceProperty Value
Boolean
See Also