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