| AutoCompletePropertyInfoSourceProperty Property |
Gets the source property from which this metadata class is derived
Namespace:
SanteDB.Rest.Common.Operations
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public PropertyInfo SourceProperty { get; }
Public ReadOnly Property SourceProperty As PropertyInfo
Get
public:
property PropertyInfo^ SourceProperty {
PropertyInfo^ get ();
}
member SourceProperty : PropertyInfo with get
Property Value
Type:
PropertyInfoSee Also