2 overrides of WasModified
ComSvcConfig (2)
ComplusEndpointConfigContainer.cs (1)
70public override bool WasModified { get { return this.modified; } set { this.modified = value; } }
WasEndpointConfigContainer.cs (1)
54public override bool WasModified { get { return this.modified; } set { this.modified = value; } }