| 
            
              UserDataIsExternal Property
             | 
          
        
        
            Gets a boolean value that indicates whether the user is defined as an external user in the backend security data store.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntax[XmlElementAttribute]
[DataMemberAttribute(Order = 12)]
public bool IsExternal { get; set; }<XmlElementAttribute>
<DataMemberAttribute(Order := 12)>
Public Property IsExternal As Boolean
	Get
	Set
public:
[XmlElementAttribute]
[DataMemberAttribute(Order = 12)]
property bool IsExternal {
	bool get ();
	void set (bool value);
}[<XmlElementAttribute>]
[<DataMemberAttribute(Order = 12)>]
member IsExternal : bool with get, set
function get_IsExternal();
function set_IsExternal(value);
 View SourceProperty Value
Boolean
See Also