|
![]() |
Gets/sets the update command for this DataAdapter
Namespace: Autodesk.Navisworks.Api.Data
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Overridable Property UpdateCommand As NavisworksCommand Get Set |
C# |
---|
public virtual NavisworksCommand UpdateCommand { get; set; } |
Visual C++ |
---|
public: virtual property NavisworksCommand^ UpdateCommand { NavisworksCommand^ get (); void set (NavisworksCommand^ value); } |