PropertyBagBase..::..Set Method (Nullable<(Of <(<'Object>)>)>, PropertySetModes, String)
Set the indicated property to the value.
If the value doesn't match the previous value, or if there is no previous value, raise a property changed notification.
Namespace:
Tortuga.Anchor.Modeling.InternalsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public bool Set( Nullable<Object> value, PropertySetModes mode, string propertyName )
Public Function Set ( _ value As Nullable(Of Object), _ mode As PropertySetModes, _ propertyName As String _ ) As Boolean
Parameters
- mode
- Type: Tortuga.Anchor.Modeling.Internals..::..PropertySetModes
Indicates special handling for the action.
- propertyName
- Type: String
Name of property to be created/updated