IProfileObject_PutEx Method
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Public Overridable Sub IProfileObject_PutEx ( _
lnControlCode As Integer, _
bstrName As String, _
vProp As Object _
)
'Usage
Dim instance As ProfileObjectClass
Dim lnControlCode As Integer
Dim bstrName As String
Dim vProp As Object
instance.IProfileObject_PutEx(lnControlCode, _
bstrName, vProp)
public virtual void IProfileObject_PutEx(
int lnControlCode,
string bstrName,
Object vProp
)
public:
virtual void IProfileObject_PutEx(
[InAttribute] int lnControlCode,
[InAttribute] String^ bstrName,
[InAttribute] Object^ vProp
)
public function IProfileObject_PutEx(
lnControlCode : int,
bstrName : String,
vProp : Object
)
Parameters
- lnControlCode
Type: System..::.Int32
- bstrName
Type: System..::.String
- vProp
Type: System..::.Object
Implements
IProfileObject..::.PutEx(Int32, 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.