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