![]() |
#3 |
Участник
|
А если точнее то вот так:
Код: Guid customerId = ((Customer)entity.Properties["customertid"]).Value; Код: string customerId = ((Customer)entity.Properties["customertid"]).Value.ToString(); |
|
|
|