| 
            
              AzureADSettingsTenantID Property
             | 
          
        
        
            Gets or sets the Azure AD tenant ID.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
Syntaxpublic string TenantID { get; set; }Public Property TenantID As String
	Get
	Set
public:
property String^ TenantID {
	String^ get ();
	void set (String^ value);
}member TenantID : string with get, set
function get_TenantID();
function set_TenantID(value);
 View SourceProperty Value
String
See Also