GetInfoEx Method

Namespace:  Microsoft.CommerceServer.Interop.Profiles
Assembly:  Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)

Syntax

'Declaration
Public Overridable Sub GetInfoEx ( _
    vProperties As Object, _
    lnReserved As Integer _
)
'Usage
Dim instance As ProfileObjectClass
Dim vProperties As Object
Dim lnReserved As Integer

instance.GetInfoEx(vProperties, lnReserved)
public virtual void GetInfoEx(
    Object vProperties,
    int lnReserved
)
public:
virtual void GetInfoEx(
    [InAttribute] Object^ vProperties, 
    [InAttribute] int lnReserved
)
public function GetInfoEx(
    vProperties : Object, 
    lnReserved : int
)

Parameters

Implements

IProfileObject2..::.GetInfoEx(Object, Int32)

Permissions

See Also

Reference

ProfileObjectClass Class

ProfileObjectClass Members

Microsoft.CommerceServer.Interop.Profiles Namespace