|  | SecurityApplicationName Property  | 
 
            Gets or sets the name of the security device/user/role/device.
            
 
    Namespace: 
   SanteDB.Core.Model.Security
    Assembly:
   SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
 Syntax
Syntaxpublic string Name { get; set; }Public Property Name As String
	Get
	Set
public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}member Name : string with get, set
Property Value
Type: 
String See Also
See Also