GetItemProperties Method (IMLCharGen)
item ID
name of the property
description (value) of the property
gets item property
Syntax
Sub GetItemProperties( _
   ByVal _bsItemID As String, _
   ByVal _bsPropertyName As String, _
   ByRef _pbsPropertyDesc As String _
) 
void GetItemProperties( 
   string _bsItemID,
   string _bsPropertyName,
   out string _pbsPropertyDesc
)
procedure GetItemProperties( 
    _bsItemID: String;
    _bsPropertyName: String;
   Out  _pbsPropertyDesc: String
); 
void GetItemProperties( 
   BSTR* _bsItemID,
   BSTR* _bsPropertyName,
   [PARAMFLAG::Out] BSTR* _pbsPropertyDesc
) 

Parameters

_bsItemID
item ID
_bsPropertyName
name of the property
_pbsPropertyDesc
description (value) of the property
See Also

Reference

IMLCharGen Interface
IMLCharGen Members