ComponentOne Bitmap for UWP
Set(String,Object) Method

C1.UWP.DX Assembly > C1.Util.DX.Storage Namespace > PropertyBag Class > Set Method : Set(String,Object) Method
The name.
The value.
Sets the value of the property with this name
Syntax
'Declaration
 
Public Overloads Sub Set( _
   ByVal name As System.String, _
   ByVal value As System.Object _
) 
public void Set( 
   System.string name,
   System.object value
)

Parameters

name
The name.
value
The value.
See Also

Reference

PropertyBag Class
PropertyBag Members
Overload List