public static Ice.DispatchStatus removeProperty___(RepoApi obj__, IceInternal.Incoming inS__, Ice.Current current__) { checkMode__(Ice.OperationMode.Normal, current__.mode); IceInternal.BasicStream is__ = inS__.istr(); is__.startReadEncaps(); string id; id = is__.readString(); string propertyName; propertyName = is__.readString(); is__.endReadEncaps(); obj__.removeProperty(id, propertyName, current__); return Ice.DispatchStatus.DispatchOK; }