DynamicUpdateMapExtension.UpdateMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the extension for the dynamic update map.
public:
property System::Activities::DynamicUpdate::DynamicUpdateMap ^ UpdateMap { System::Activities::DynamicUpdate::DynamicUpdateMap ^ get(); };
public System.Activities.DynamicUpdate.DynamicUpdateMap UpdateMap { get; }
member this.UpdateMap : System.Activities.DynamicUpdate.DynamicUpdateMap
Public ReadOnly Property UpdateMap As DynamicUpdateMap
Property Value
The extension for the dynamic update map.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.