This document is archived and information here might be outdated. Recommended version. |
Indicates if the attributes of the network are currently being updated.
[Visual Basic .NET]
Public ReadOnly Property IsAttributesBeingUpdated As Boolean
[C#]
public bool IsAttributesBeingUpdated {get;}
[C++]
HRESULT get_IsAttributesBeingUpdated(
Boolean* bIsAttributesBeingUpdated
);
[C++] Parameters bIsAttributesBeingUpdated [out, retval]
bIsAttributesBeingUpdated is a parameter of type bool*
IsAttributesBeingUpdated identifies whether there is an open updating session on the attrbiutes of a logical network. This updating session is necessary to execute the methods in INetAttributesEdit and can be opened by executing the StartAttributesUpdating method.