|   | ISecurityProviderApplicationName Property | 
        
        
            Gets or sets the name of the application being secured as defined in the backend security data store.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
 Syntax
Syntaxstring ApplicationName { get; set; }Property ApplicationName As String
	Get
	Set
property String^ ApplicationName {
	String^ get ();
	void set (String^ value);
}abstract ApplicationName : string with get, set
function get_ApplicationName();
function set_ApplicationName(value);
Property Value
String See Also
See Also