 | AppletConfigurationSectionStartupAsset Property |
Gets or sets the applet which is used for authentication requests
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntaxpublic string StartupAsset { get; set; }
Public Property StartupAsset As String
Get
Set
public:
property String^ StartupAsset {
String^ get ();
void set (String^ value);
}
member StartupAsset : string with get, set
Property Value
Type:
String
See Also