1 write to serverActivated
ComSvcConfig (1)
ComAdminWrapper.cs (1)
620this.serverActivated = ((int)appObj.GetValue(PropertyName.Activation)) == 1;
1 reference to serverActivated
ComSvcConfig (1)
ComAdminWrapper.cs (1)
607public bool IsServerActivated { get { return this.serverActivated; } }