IProfileObject_GetEx Method
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Public Overridable Function IProfileObject_GetEx ( _
bstrName As String _
) As Object
'Usage
Dim instance As ProfileObjectClass
Dim bstrName As String
Dim returnValue As Object
returnValue = instance.IProfileObject_GetEx(bstrName)
public virtual Object IProfileObject_GetEx(
string bstrName
)
public:
virtual Object^ IProfileObject_GetEx(
[InAttribute] String^ bstrName
)
public function IProfileObject_GetEx(
bstrName : String
) : Object
Parameters
- bstrName
Type: System..::.String
Return Value
Type: System..::.Object
Implements
IProfileObject..::.GetEx(String)
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.