MLCHARGENLib Namespace > IMLCharGen Interface : GetItemProperties Method |
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 )