Put Method
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Public Overridable Sub Put ( _
bstrName As String, _
vProp As Object _
)
'Usage
Dim instance As ProfileObjectClass
Dim bstrName As String
Dim vProp As Object
instance.Put(bstrName, vProp)
public virtual void Put(
string bstrName,
Object vProp
)
public:
virtual void Put(
[InAttribute] String^ bstrName,
[InAttribute] Object^ vProp
)
public function Put(
bstrName : String,
vProp : Object
)
Parameters
- bstrName
Type: System..::.String
- vProp
Type: System..::.Object
Implements
IProfileObject2..::.Put(String, Object)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.