| 
            
              AzureADSettingsCallbackPath Property
             | 
          
        
        
            Gets or sets the Azure AD call-back path.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
Syntaxpublic string CallbackPath { get; set; }Public Property CallbackPath As String
	Get
	Set
public:
property String^ CallbackPath {
	String^ get ();
	void set (String^ value);
}member CallbackPath : string with get, set
function get_CallbackPath();
function set_CallbackPath(value);
 View SourceProperty Value
String
See Also