1 write to isPrivate
ComSvcConfig (1)
ComAdminWrapper.cs (1)
850this.isPrivate = (bool)compObj.GetValue(PropertyName.IsPrivateComponent);
1 reference to isPrivate
ComSvcConfig (1)
ComAdminWrapper.cs (1)
830public bool IsPrivate { get { return this.isPrivate; } }