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