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