| AutoCompletePropertyInfoUpdateWith Method |
Update hte property with the specified property information from propertyInfo
Namespace:
SanteDB.Rest.Common.Operations
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public void UpdateWith(
PropertyInfo propertyInfo
)
Public Sub UpdateWith (
propertyInfo As PropertyInfo
)
public:
void UpdateWith(
PropertyInfo^ propertyInfo
)
member UpdateWith :
propertyInfo : PropertyInfo -> unit
Parameters
- propertyInfo
- Type: System.ReflectionPropertyInfo
[Missing <param name="propertyInfo"/> documentation for "M:SanteDB.Rest.Common.Operations.AutoCompletePropertyInfo.UpdateWith(System.Reflection.PropertyInfo)"]
See Also