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
- vProperties
Type: System..::.Object
- lnReserved
Type: System..::.Int32
Implements
IProfileObject2..::.GetInfoEx(Object, Int32)
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.