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