 | AssetScriptReferenceIsStatic Property |
Static
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntaxpublic bool? IsStatic { get; set; }
Public Property IsStatic As Boolean?
Get
Set
public:
property Nullable<bool> IsStatic {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsStatic : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also