05-29-06 10:21 PM
I created a property scema with the property "thumbprint" as a
"MessageContextProperty". However, when i try to do
MyMessage(thumbprint) = "foo";
i get a message saying that the identifer "thumbprint" doesn't exsist.
The property schema is in the same project as all my other schemas, so
references should be correct. What am i missing?
"Tomas Restrepo (MVP)" wrote:
> Stefan,
>
>
> Yep, those are the ones you want to use. Make sure you define them in your
> property schema as being of MessageContextPropertyBase type (instead of
> MessageDataPropertyBase type).
>
>
> Sure, just add them to the message context during message construction in
a
> Message Assignment shape, using the syntax:
>
> MyMessage(<Property> ) = <value>;
>
>
> --
> Tomas Restrepo
> tomasr@mvps.org
> http://www.winterdom.com/
>
>
>
[ Post a follow-up to this message ]
|