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