2 writes to appid
ComSvcConfig (2)
EndpointConfigContainer.cs (2)
40public Guid Appid { get { return this.appid; } set { this.appid = value; } } 196this.appid = appid;
4 references to appid
ComSvcConfig (4)
EndpointConfigContainer.cs (4)
40public Guid Appid { get { return this.appid; } set { this.appid = value; } } 136ComAdminAppInfo appInfo = ComAdminWrapper.GetAppInfo(appid.ToString("B")); 148ComAdminAppInfo appInfo = ComAdminWrapper.GetAppInfo(appid.ToString("B")); 166ComAdminAppInfo appInfo = ComAdminWrapper.GetAppInfo(appid.ToString("B"));