 | AppletAssetManifest Property |
Gets the or sets the manifest to which the asset belongs
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntaxpublic AppletManifest Manifest { get; }Public ReadOnly Property Manifest As AppletManifest
Get
public:
property AppletManifest^ Manifest {
AppletManifest^ get ();
}member Manifest : AppletManifest with get
Property Value
Type:
AppletManifest
See Also