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