  | InvoiceElementModifierKey Property  | 
 
            Gets or sets the modifier
            
 
    Namespace: 
   SanteDB.Core.Model.Acts
    Assembly:
   SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntaxpublic Guid? ModifierKey { get; set; }Public Property ModifierKey As Guid?
	Get
	Set
public:
property Nullable<Guid> ModifierKey {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}member ModifierKey : Nullable<Guid> with get, set
Property Value
Type: 
NullableGuid
See Also