DynamicUpdateMapBuilder.DisallowUpdateInside 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 disallow update inside for the DynamicUpdateMapBuilder.
public:
property System::Collections::Generic::ISet<System::Activities::Activity ^> ^ DisallowUpdateInside { System::Collections::Generic::ISet<System::Activities::Activity ^> ^ get(); };
public System.Collections.Generic.ISet<System.Activities.Activity> DisallowUpdateInside { get; }
member this.DisallowUpdateInside : System.Collections.Generic.ISet<System.Activities.Activity>
Public ReadOnly Property DisallowUpdateInside As ISet(Of Activity)
Property Value
The disallow update inside.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.