| SerializationContextParent Property |
Gets the parent of the current serialization context
Namespace:
SanteDB.Core.Applets.ViewModel
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public SerializationContext Parent { get; }
Public ReadOnly Property Parent As SerializationContext
Get
public:
property SerializationContext^ Parent {
SerializationContext^ get ();
}
member Parent : SerializationContext with get
Property Value
Type:
SerializationContextSee Also